Skip to content

Instantly share code, notes, and snippets.

@kana
Created May 25, 2012 04:56
Show Gist options
  • Save kana/2785841 to your computer and use it in GitHub Desktop.
Save kana/2785841 to your computer and use it in GitHub Desktop.
didn't know that recent versions of Git tell about more useful error messages
$ git checkout -b master topic
fatal: git checkout: updating paths is incompatible with switching branches.
Did you intend to checkout 'topic' which can not be resolved as commit?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment