Created
October 19, 2016 21:55
-
-
Save arkadiusjonczek/97383c303ca3f006673adc9bf911f053 to your computer and use it in GitHub Desktop.
git cheatsheet #1
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
| git reset <file> | |
| git reset | |
| git rm --cached <added_file_to_undo> | |
| git update-index --assume-unchanged | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment