Add git alias for clone
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f40a95a2e7
commit
ba2fb7c8ad
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
||||||
# Update submodules when pulling
|
# Update submodules when pulling
|
||||||
pl = !git pull && git submodule update --remote --merge
|
pl = !git pull && git submodule update --remote --merge
|
||||||
|
|
||||||
|
# Gets submodules when cloning repositories
|
||||||
|
cl = clone --recurse-submodules -j8
|
||||||
|
|
||||||
# Shortcut for status
|
# Shortcut for status
|
||||||
s = status
|
s = status
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue