Skip to content

Instantly share code, notes, and snippets.

@vicky002
Created January 24, 2016 06:40
Show Gist options
  • Save vicky002/b3f9076a10cb65cd84fc to your computer and use it in GitHub Desktop.
Save vicky002/b3f9076a10cb65cd84fc to your computer and use it in GitHub Desktop.
branch
git branch foobar && git checkout foobar
git checkout -b foobar #same as above command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment