Skip to content

Instantly share code, notes, and snippets.

@pinglamb
Forked from yachi/install.sh
Last active December 21, 2015 20:38
Show Gist options
  • Save pinglamb/6362252 to your computer and use it in GitHub Desktop.
Save pinglamb/6362252 to your computer and use it in GitHub Desktop.
  • $ brew install git-flow
  • $ brew uninstall git
  • $ brew install git --without-completions
  • enable git-flow in oh my zsh plugin
  • restart zsh
  • $ git flow init
  • $ git flow feature start myFeature
  • $ git commit -a
  • $ git commit -a
  • $ git flow feature finish myFeature

read: https://github.com/nvie/gitflow#initialization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment