Created
October 26, 2014 09:41
-
-
Save pjankiewicz/e7b6a6d1d6a76ad74a1c to your computer and use it in GitHub Desktop.
Useful git commands
This file contains 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
// discards all changes to the code (without commiting) | |
git checkout -- . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment