-
-
Save lightsuner/80d6ec4fe80f9f0c4773 to your computer and use it in GitHub Desktop.
Git alias list
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
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