mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Add aliases for clone
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user