Last active
September 20, 2016 19:35
-
-
Save akkerman/bf601f1cdc376ac842054fa2c8bd5927 to your computer and use it in GitHub Desktop.
git alias
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
# open current directory in git kraken | |
git config --global alias.kraken '!gitkraken -p `pwd` >/dev/null 2>&1 &' | |
# revert a file | |
git config --global alias.revert 'reset HEAD --' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment