Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save khusseini/612955fcf9e719253ee5a00700e06d0f to your computer and use it in GitHub Desktop.
Save khusseini/612955fcf9e719253ee5a00700e06d0f to your computer and use it in GitHub Desktop.
Git checkout branch problems
$ git branch -a
* develop
remotes/infolox/17-404-page-design
remotes/infolox/24-flash-messages-integration
remotes/infolox/27-wishlist-implementation
remotes/infolox/28-admin-panel-showing-fixing2
remotes/infolox/anton-current
remotes/infolox/contact-form
remotes/infolox/develop
remotes/infolox/feature/shop-bundle
remotes/infolox/floriansemm-solr-bundle
remotes/infolox/master
remotes/infolox/pim-media-slider
remotes/infolox/revert
remotes/infolox/revert-dc879a9e
remotes/infolox/solr
remotes/origin/HEAD -> origin/develop
remotes/origin/develop
remotes/origin/feature/shop-bundle
remotes/origin/master
$ git checkout feature/shop-bundle
error: pathspec 'feature/shop-bundle' did not match any file(s) known to git.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment