Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of code/tools/Git


Ignore:
Timestamp:
Sep 13, 2010, 11:32:04 PM (14 years ago)
Author:
adrfried
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/Git

    v4 v5  
    8484You can simply switch between local branches with {{{git checkout <branch>}}}
    8585
     86Create a branch of the current branch in SVN and check it out in Git:
     87{{{
     88git svn branch mybranch
     89git checkout -b mybranch svn/mybranch
     90}}}
     91
    8692== Documentation ==
    8793