Changes between Version 10 and Version 11 of UsingGit
- Timestamp:
- 12/09/10 19:59:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v10 v11 54 54 || svn switch || git checkout branch || || 55 55 || svn merge || git merge || || 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 ||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.
