Skip to content

Instantly share code, notes, and snippets.

@lightsuner
Last active August 29, 2015 14:20
Show Gist options
  • Save lightsuner/80d6ec4fe80f9f0c4773 to your computer and use it in GitHub Desktop.
Save lightsuner/80d6ec4fe80f9f0c4773 to your computer and use it in GitHub Desktop.
Git alias list
git config --global alias.c-p cherry-pick
git config --global alias.rmd "! git ls-files --deleted -z | xargs -0 git rm"
git config --global alias.alias "! git config --get-regexp ^alias\. | sed -e s/^alias\.// -e s/\ /\ =\ /"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment