Created
December 5, 2011 08:51
-
-
Save elebescond/1432910 to your computer and use it in GitHub Desktop.
Equivalent du svn revert avec git
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
Par fichier: | |
svn revert path/to/file ==> git checkout path/to/file | |
Working copy | |
git reset --hard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment