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
|
||||
d = diff
|
||||
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
|
||||
st = status --short
|
||||
shove = "!f() { git push ${1:-origin} :; }; f"
|
||||
|
|
Loading…
Reference in a new issue