Updated gitconfig to add up alias
This commit is contained in:
parent
dc124374e6
commit
b9d6742b4c
1 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,5 @@
|
||||||
required = true
|
required = true
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
[alias]
|
||||||
|
up = !git pull --prune $@ && git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in a new issue