Skip to content

Instantly share code, notes, and snippets.

@vterdunov
Created October 14, 2015 21:40
Show Gist options
  • Save vterdunov/7301a23b9035317060f5 to your computer and use it in GitHub Desktop.
Save vterdunov/7301a23b9035317060f5 to your computer and use it in GitHub Desktop.
git flow settings for sublime text
{
"git_executables": {
"git": ["/usr/bin/git"],
"git_flow": ["/usr/bin/git", "flow"],
"legit": ["legit"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment