Created
July 4, 2015 18:07
-
-
Save boredzo/37e8309a9da7e03e74c4 to your computer and use it in GitHub Desktop.
git helpers
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
| #!/bin/zsh -f | |
| exec git merge --ff-only $* |
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
| #!/bin/zsh -f | |
| GIT_ROOT="$(git -C ${1:-.} rev-parse --show-toplevel)" | |
| exec open -a SourceTree "$GIT_ROOT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment