I have something similar.
alias "..1=cd .."
alias "..2=cd ../.."
... etc
I did have code that would generate these automatically but Idk where it is.
I have something similar.
alias "..1=cd .."
alias "..2=cd ../.."
... etc
I did have code that would generate these automatically but Idk where it is.
Is this just meant to make git clone always clone recursively?
Can’t you do this with aliases in your .gitconfig?