Changes between Version 5 and Version 6 of GitCookbook

Show
Ignore:
Timestamp:
09/09/09 00:29:56 (12 years ago)
Author:
dukeleto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitCookbook

    v5 v6  
    6666If you want to create the branch and check it out seperately (maybe because you want to do something else in between or batch the creation of many branches/etc..) 
    6767 
     68{{{ git branch some_branch }}} 
     69 
     70Later on, you can checkout '''some_branch''' with: 
     71 
     72{{{ git checkout some_branch }}} 
    6873 
    6974= merge =