Changes between Version 18 and Version 19 of UsingGit
- Timestamp:
- 12/15/10 07:41:02 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v18 v19 66 66 || svn merge || git merge || || 67 67 || svn revert || git checkout or git reset || specify a filename or a directory path for recursive updates || 68 || svn revert (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed ||68 || svn revert -R (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed || 69 69 70 70 To cherry pick a commit from master to fixes/0.24 (this automatically commits to your local branch):
