git.fiddlerwoaroof.com
Browse code

feat(zsh,git): make git-cpwd clone recursively

Edward Langley authored on 01/02/2023 05:11:42
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@ git-pwdurl () {
30 30
 }
31 31
 
32 32
 git-cpwd () {
33
-  git clone "$(git-pwdurl "$1")" .
33
+  git clone --recursive "$(git-pwdurl "$1")" .
34 34
 }
35 35
 
36 36
 git-fp() {