git: add subup for initializing and updating submodules
This commit is contained in:
parent
10226a9a0f
commit
3ef24d47dd
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
[safe]
|
||||
directory = /storage/emulated/0/docs
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
||||
[alias]
|
||||
a = add
|
||||
br = branch
|
||||
|
@ -35,6 +38,7 @@
|
|||
s = status
|
||||
st = status
|
||||
sub = submodule
|
||||
subup = sub update --init --recursive
|
||||
sw = switch
|
||||
t = tree
|
||||
tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||
|
|
Loading…
Add table
Reference in a new issue