Skip to content

Instantly share code, notes, and snippets.

@vizio360
Last active December 14, 2015 13:28
Show Gist options
  • Save vizio360/5093599 to your computer and use it in GitHub Desktop.
Save vizio360/5093599 to your computer and use it in GitHub Desktop.
Git create an empty branch
git checkout --orphan <branchName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment