Skip to content

Instantly share code, notes, and snippets.

@akkerman
Last active September 20, 2016 19:35
Show Gist options
  • Save akkerman/bf601f1cdc376ac842054fa2c8bd5927 to your computer and use it in GitHub Desktop.
Save akkerman/bf601f1cdc376ac842054fa2c8bd5927 to your computer and use it in GitHub Desktop.
git alias
# 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