Changes between Version 9 and Version 10 of UsingGit
- Timestamp:
- 12/09/10 19:59:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v9 v10 54 54 || svn switch || git checkout branch || || 55 55 || svn merge || git merge || || 56 || svn revert || git checkout /path/to/file or git reset /path/to/file ||||57 || svn revert (for pristine index and working copy) || git reset --hard || ||56 || svn revert || git checkout or git reset || specify a filename or a directory path for recursive updates|| 57 || svn revert (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed|| 58 58 59 59 Also, github has a wealth of good information.
