Changes between Version 5 and Version 6 of GitCookbook
- Timestamp:
- 09/09/09 00:29:56 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitCookbook
v5 v6 66 66 If 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..) 67 67 68 {{{ git branch some_branch }}} 69 70 Later on, you can checkout '''some_branch''' with: 71 72 {{{ git checkout some_branch }}} 68 73 69 74 = merge =