Changes between Version 12 and Version 13 of WorkingConventions/GitSPJ

Show
Ignore:
Timestamp:
05/02/11 02:18:10 (2 years ago)
Author:
simonpj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingConventions/GitSPJ

    v12 v13  
    7171It will fail if local branch `experiment` already exists -- in that case you may want to do the `--set-upstream` thing (see next item).  
    7272 
    73 If git doesn't know that `origin/experiment` is a branch, it outputs the strange message 
     73If git doesn't know that `origin/experiment` is a branch, the above `git checkout` command outputs the strange message 
    7474{{{ 
    7575fatal: git checkout: updating paths is incompatible with switching branches.