Skip to content

Instantly share code, notes, and snippets.

@Drag13
Created September 18, 2017 08:14
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 Drag13/6ce3c63d5b32433f9319fe1cc60633f0 to your computer and use it in GitHub Desktop.
Save Drag13/6ce3c63d5b32433f9319fe1cc60633f0 to your computer and use it in GitHub Desktop.
[alias]
new = "!f() { echo start; git checkout -b $1 --track ${2- origin/Develop}; }; f";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment