Teach git-up alias to recurse submodules, since we're using them now and it seems fitting
This commit is contained in:
parent
c9d9e8e4b3
commit
2f8309a31f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
l = log --graph --pretty=graph --date=relative
|
l = log --graph --pretty=graph --date=relative
|
||||||
up = pull --rebase=preserve --autostash
|
up = pull --rebase=preserve --autostash --recurse-submodules
|
||||||
patch = !git --no-pager diff --no-color
|
patch = !git --no-pager diff --no-color
|
||||||
st = status --short
|
st = status --short
|
||||||
shove = "!f() { git push ${1:-origin} :; }; f"
|
shove = "!f() { git push ${1:-origin} :; }; f"
|
||||||
|
|
Loading…
Reference in a new issue