Skip to content

Instantly share code, notes, and snippets.

@sivadass
Created September 30, 2017 12:47
Show Gist options
  • Save sivadass/2fa7e33a5d0b77413b58f2db0698473f to your computer and use it in GitHub Desktop.
Save sivadass/2fa7e33a5d0b77413b58f2db0698473f to your computer and use it in GitHub Desktop.
Git Commands
// Remove a file
git rm file-name.ext
git commit -m "remove file-name.ext"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment