Changes between Version 28 and Version 29 of UsingGit


Ignore:
Timestamp:
10/18/12 17:35:17 (13 years ago)
Author:
Kenni Lund [kenni a kelu dot dk]
Comment:

fixes/0.25 -> fixes/0.26

Legend:

Unmodified
Added
Removed
Modified
  • UsingGit

    v28 v29  
    2222
    2323{{{
    24 git checkout fixes/0.25
     24git checkout fixes/0.26
    2525}}}
    2626
     
    8585|| svn revert -R (for pristine index and working copy) || git reset --hard || applies to entire tree so no filename or directory allowed ||
    8686
    87 To cherry pick a commit from master to fixes/0.25 (this automatically commits to your local branch):
     87To cherry pick a commit from master to fixes/0.26 (this automatically commits to your local branch):
    8888{{{
    89 git checkout fixes/0.25; git cherry-pick -x {commitref} (retrieve commitref hash from git log, e-mail or github history)
     89git checkout fixes/0.26; git cherry-pick -x {commitref} (retrieve commitref hash from git log, e-mail or github history)
    9090}}}
    9191To see log for specific branch