feat: auto update git submodules
This commit is contained in:
parent
65a2d135af
commit
c8840c4d59
@ -6,10 +6,16 @@
|
||||
program = gpg2
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[status]
|
||||
submodulesummary = 1
|
||||
[fetch]
|
||||
prune = true
|
||||
[pull]
|
||||
rebase = false
|
||||
[submodule]
|
||||
recurse = true
|
||||
[push]
|
||||
recurseSubmodules = check
|
||||
[alias]
|
||||
lg1 = 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(bold white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)- %an%C(reset)' --all
|
||||
|
Reference in New Issue
Block a user