Changes between Version 27 and Version 28 of UsingGit
- Timestamp:
- 04/11/12 20:42:26 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v27 v28 87 87 To cherry pick a commit from master to fixes/0.25 (this automatically commits to your local branch): 88 88 {{{ 89 git checkout fixes/0.25; git cherry-pick {commitref} (retrieve commitref hash from git log, e-mail or github history)89 git checkout fixes/0.25; git cherry-pick -x {commitref} (retrieve commitref hash from git log, e-mail or github history) 90 90 }}} 91 91 To see log for specific branch
