Add aliases for clone

This commit is contained in:
Anthony Oteri
2023-09-26 11:35:38 -04:00
parent f2151a824b
commit 59d4849377
+5
View File
@@ -24,6 +24,11 @@
cv = commit --verbose cv = commit --verbose
cvs = commit --verbose --signoff cvs = commit --verbose --signoff
cl = clone
clb = clone --bare
clm = clone --mirror
clr = clone --recurse-submodules
d = diff d = diff
dc = diff --cached dc = diff --cached
ds = diff --staged ds = diff --staged