Git : Add gcl for lazy clone, thanks to Fox.
This commit is contained in:
parent
b1860e7ab7
commit
b286793e0b
|
@ -54,6 +54,11 @@
|
||||||
git commit -m "''${@}"
|
git commit -m "''${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Git clone (lazy!).
|
||||||
|
function gcl() {
|
||||||
|
git clone --filter tree:0 "''${@}"
|
||||||
|
}
|
||||||
|
|
||||||
# Git signed commit.
|
# Git signed commit.
|
||||||
function gcs() {
|
function gcs() {
|
||||||
git commit -S -m "''${@}"
|
git commit -S -m "''${@}"
|
||||||
|
|
Loading…
Reference in a new issue