Created
May 8, 2018 01:34
-
-
Save alexcalaca/1d1db5c098fede327ea2b2b81fcb7e31 to your computer and use it in GitHub Desktop.
Github-cheat sheet-my notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove files from the repository based on your .gitignore without deleting them from the local file system | |
git rm --cached `git ls-files -i -X .gitignore` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment