Changes between Version 3 and Version 4 of GitCookbook

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

--

Legend:

Unmodified
Added
Removed
Modified
  • GitCookbook

    v3 v4  
    4848{{{ git pull }}} 
    4949 
     50= list branches = 
     51 
     52To see a list of current local branches: 
     53 
     54{{{ git branch }}} 
     55 
     56To see all local and remote branches: 
     57 
     58{{{ git branch -a }}} 
     59 
    5060= merge = 
    5161