Skip to content

Instantly share code, notes, and snippets.

@navicore
Created November 12, 2016 16:04
Show Gist options
  • Select an option

  • Save navicore/72a7dc6ce55b79a76b958f53ae3eb218 to your computer and use it in GitHub Desktop.

Select an option

Save navicore/72a7dc6ce55b79a76b958f53ae3eb218 to your computer and use it in GitHub Desktop.
create version branch for semver processing
git checkout --orphan version
git rm --cached -r .
rm -rf *
rm .gitignore .gitmodules
touch README.md
git add .
git commit -m "new branch"
git push origin version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment