1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-05 16:43:22 +00:00

git su should update submodules recursively

This commit is contained in:
Holger Just 2016-03-04 16:04:04 +01:00
parent 566278035a
commit 466cc47b69

View File

@ -9,7 +9,7 @@
p = push
pf = push --force
fp = push --force
su = submodule update --init
su = submodule update --recursive --init
addnw = !sh -c 'git diff -w --no-color "$@" | git apply --cached --ignore-whitespace' -
[user]
name = Holger Just