My user home directory ~ is a Git Repository https://github.com/vanniktech/config-home
I ignore everything except a few dot files and some directories.
Inside ~/dev/ I've got all of my other Git projects. Running inside ~/dev/ works fine but when running inside ~ git standup does not work corectly and says I've done nothing.
Would it be possible to still go the directory depth down even if the directory that you are currently in is a git repository?
My user home directory
~is a Git Repository https://github.com/vanniktech/config-homeI ignore everything except a few dot files and some directories.
Inside
~/dev/I've got all of my other Git projects. Running inside~/dev/works fine but when running inside~git standup does not work corectly and says I've done nothing.Would it be possible to still go the directory depth down even if the directory that you are currently in is a git repository?