Changes between Version 27 and Version 28 of UsingGit


Ignore:
Timestamp:
04/11/12 20:42:26 (14 years ago)
Author:
Jim Stichnoth
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGit

    v27 v28  
    8787To cherry pick a commit from master to fixes/0.25 (this automatically commits to your local branch):
    8888{{{
    89 git checkout fixes/0.25; git cherry-pick {commitref} (retrieve commitref hash from git log, e-mail or github history)
     89git checkout fixes/0.25; git cherry-pick -x {commitref} (retrieve commitref hash from git log, e-mail or github history)
    9090}}}
    9191To see log for specific branch