Created
July 22, 2014 19:43
-
-
Save simonrad/35b63bba9dc535b8cbcd to your computer and use it in GitHub Desktop.
SourceTree custom actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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