Updated gitconfig to add up alias

This commit is contained in:
Eric Renfro 2018-06-02 17:57:11 -04:00
parent dc124374e6
commit b9d6742b4c
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@
required = true
[commit]
gpgsign = true
[alias]
up = !git pull --prune $@ && git submodule update --init --recursive