Changes between Version 32 and Version 33 of CollaborateOnGithub


Ignore:
Timestamp:
Jan 12, 2010, 10:22:05 AM (14 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v32 v33  
    8585 {{{
    8686git checkout -b ticket1234 master
     87 }}}
     88 1. Alternatively, if the remote branch already exists, create a corresponding local branch:
     89 {{{
     90git checkout -b ticket1234 origin/ticket1234
    8791 }}}
    8892 1. Change files, commit often
Back to Top