Skip to content

Instantly share code, notes, and snippets.

@jrobinsonc
Last active June 29, 2017 17:46
Show Gist options
  • Save jrobinsonc/b15f748826b51805e04c7719dccf63cd to your computer and use it in GitHub Desktop.
Save jrobinsonc/b15f748826b51805e04c7719dccf63cd to your computer and use it in GitHub Desktop.
SourceTree custom actions

Cherry pick - no commit

Script: git
Parameters: cherry-pick -n $SHA

Merge - fast-forward

Script: git
Parameters: merge --ff $SHA

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