Skip to content

Instantly share code, notes, and snippets.

@simonrad
Created July 22, 2014 19:43
Show Gist options
  • Select an option

  • Save simonrad/35b63bba9dc535b8cbcd to your computer and use it in GitHub Desktop.

Select an option

Save simonrad/35b63bba9dc535b8cbcd to your computer and use it in GitHub Desktop.
SourceTree custom actions
Cherry Pick without committing:
Script target: /usr/bin/env
Parameters: git cherry-pick --no-commit $SHA
Checkout working tree from commit:
Script target: /usr/bin/env
Parameters: git checkout $SHA -- $REPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment