Skip to content

Instantly share code, notes, and snippets.

@jpgls
Created May 10, 2014 05:11
Show Gist options
  • Save jpgls/624c35383562faa3ca99 to your computer and use it in GitHub Desktop.
Save jpgls/624c35383562faa3ca99 to your computer and use it in GitHub Desktop.
Useful git commands
## Remove files that have already been indexed
$ git rm -r --cached [filesToRemove]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment