Changes between Version 7 and Version 8 of UsingGit
- Timestamp:
- 12/09/10 19:50:51 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v7 v8 52 52 || svn switch || git checkout branch || || 53 53 || svn merge || git merge || || 54 || svn revert || git checkout or git resetor git reset --hard (for pristine index and working copy) || ||54 || svn revert || git checkout /path/to/file or git reset /path/to/file or git reset --hard (for pristine index and working copy) || || 55 55 56 56 Also, github has a wealth of good information.
