Changes between Version 11 and Version 12 of WorkingConventions/GitSPJ
- Timestamp:
- 05/02/11 02:17:44 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions/GitSPJ
v11 v12 71 71 It will fail if local branch `experiment` already exists -- in that case you may want to do the `--set-upstream` thing (see next item). 72 72 73 If git doesn't know that `origin/experiment` is a branch, it outputs the strange message 74 {{{ 75 fatal: git checkout: updating paths is incompatible with switching branches. 76 Did you intend to checkout 'origin/experiment' which can not be resolved as commit? 77 }}} 78 You probably want to do a `git fetch`, then `git branch -r` to see what remote branches there are. 79 73 80 === Connect up a local branch with its remote counterpart === 74 81
