git-get
git-get copied to clipboard
New feature: change to newly created directory
It would be great if git-get would have a flag to change to the newly created directory.
Currently one has to copy the path and cd into it.
Is that even possible? I don't know how a program launched by the shell can tell the shell upon exit to change directories.
Although you could have a shell function or alias that could run a program and then cd. (Not sure about a script file without source, or git aliases.) Does git get report the directory name in a way a script can parse out?