diff --git a/config/git/config b/config/git/config index d118da3..d7b9b61 100644 --- a/config/git/config +++ b/config/git/config @@ -8,7 +8,7 @@ co = checkout d = diff l = log --graph --pretty=graph --date=relative - up = pull --rebase=preserve --autostash --recurse-submodules + up = pull --rebase=preserve --autostash patch = !git --no-pager diff --no-color st = status --short shove = "!f() { git push ${1:-origin} :; }; f" @@ -67,6 +67,9 @@ [status] branch = true +[submodule] + recurse = true + [url "git@github.com:"] pushInsteadOf = https://github.com/