Changes between Version 4 and Version 5 of code/tools/Git
- Timestamp:
- Sep 13, 2010, 11:32:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/Git
v4 v5 84 84 You can simply switch between local branches with {{{git checkout <branch>}}} 85 85 86 Create a branch of the current branch in SVN and check it out in Git: 87 {{{ 88 git svn branch mybranch 89 git checkout -b mybranch svn/mybranch 90 }}} 91 86 92 == Documentation == 87 93