Last active
December 10, 2015 13:38
-
-
Save sumardi/4441823 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
| [alias] | |
| ignored = !git ls-files -v | grep ^[a-z] | |
| ignore = update-index --assume-unchanged | |
| unignore = update-index --no-assume-unchanged | |
| alias = "!git config -l|awk -F= '/^alias/ { sub(\"^alias\\.\", \"\", $1); print $1 \"\t\" $2 }'" | |
| update_sub = 'git pull --recurse-submodules && git submodule update' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment