Skip to content

Instantly share code, notes, and snippets.

@plugn
Last active August 29, 2015 14:07
Show Gist options
  • Save plugn/ae6a64c6daa8b9b72716 to your computer and use it in GitHub Desktop.
Save plugn/ae6a64c6daa8b9b72716 to your computer and use it in GitHub Desktop.
mac os webstorm git-flow plugin fix
sudo ln -s /usr/local/bin/git-flow /usr/bin/git-flow
sudo ln -s /usr/local/bin/gitflow-common /usr/bin/gitflow-common
sudo ln -s /usr/local/bin/git-flow-init /usr/bin/git-flow-init
sudo ln -s /usr/local/bin/git-flow-version /usr/bin/git-flow-version
sudo ln -s /usr/local/bin/git-flow-feature /usr/bin/git-flow-feature
sudo ln -s /usr/local/bin/git-flow-release /usr/bin/git-flow-release
sudo ln -s /usr/local/bin/git-flow-hotfix /usr/bin/git-flow-hotfix
sudo ln -s /usr/local/bin/git-flow-support /usr/bin/git-flow-support
sudo ln -s /usr/local/bin/gitflow-shFlags /usr/bin/gitflow-shFlags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment