Changes between Version 12 and Version 13 of WorkingConventions/GitSPJ
- Timestamp:
- 05/02/11 02:18:10 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions/GitSPJ
v12 v13 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, itoutputs the strange message73 If git doesn't know that `origin/experiment` is a branch, the above `git checkout` command outputs the strange message 74 74 {{{ 75 75 fatal: git checkout: updating paths is incompatible with switching branches.
