Changes between Version 14 and Version 15 of UsingGit
- Timestamp:
- 12/11/10 19:41:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v14 v15 68 68 || svn revert (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed || 69 69 70 To cherry pick a commit from one branch to another: 71 {{{ 72 git checkout fixes/0.24; git cherrypick {commitref};git push (use git log to find {commitref}) 73 }}} 70 74 Also, github has a wealth of good information.
