Changes between Version 1 and Version 2 of GitGuideLines
- Timestamp:
- 01/10/09 18:42:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitGuideLines
v1 v2 41 41 remote branches: 42 42 {{{ 43 git somehow track automatically remote branches FIXME43 git checkout origin/65_additional_delphi_keywords -b 65_additional_delphi_keywords 44 44 }}} 45 Of course you can also choose another name for your local branch, but choosing the same as used remote makes the most sense. 45 46 Okay.. fine.. now you should see all local branches: 46 47 {{{