git-extras
git-extras copied to clipboard
FR: clone
You mean we can write a command called git lazyclone with this skill?
No, another command in git-extars like git-clone
@hemanth
What should we name it?
Is git-get short enough for lazy guy?
heh heh nice, yeah :+1:
Terribly, I just figured out we can't change user's pwd in a shell script, unless we put the function in .bashrc
well, we are just cloning the repo here ain't we?
Yes, cloning the repo may be the only thing we can do... Since change the pwd of parent shell(used in a tty) is impossible in a subshell(running our script), they are difference processes.