Skip to content

Instantly share code, notes, and snippets.

@dkirrane
Created February 1, 2014 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkirrane/8755135 to your computer and use it in GitHub Desktop.
Save dkirrane/8755135 to your computer and use it in GitHub Desktop.
#!/bin/sh
git config --unset-all "gitflow.branch.master"
git config --unset-all "gitflow.branch.develop"
git config --unset-all "gitflow.prefix.feature"
git config --unset-all "gitflow.prefix.release"
git config --unset-all "gitflow.prefix.hotfix"
git config --unset-all "gitflow.prefix.support"
git config --unset-all "gitflow.prefix.versiontag"
git config -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment