Changes between Version 29 and Version 30 of UsingGit


Ignore:
Timestamp:
Sep 15, 2013, 4:07:01 PM (11 years ago)
Author:
Kenni Lund [kenni a kelu dot dk]
Comment:

Update text from fixes/0.26 to fixes/0.27

Legend:

Unmodified
Added
Removed
Modified
  • UsingGit

    v29 v30  
    2222
    2323{{{
    24 git checkout fixes/0.26
     24git checkout fixes/0.27
    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.26 (this automatically commits to your local branch):
     87To cherry pick a commit from master to fixes/0.27 (this automatically commits to your local branch):
    8888{{{
    89 git checkout fixes/0.26; git cherry-pick -x {commitref} (retrieve commitref hash from git log, e-mail or github history)
     89git checkout fixes/0.27; git cherry-pick -x {commitref} (retrieve commitref hash from git log, e-mail or github history)
    9090}}}
    9191To see log for specific branch