I have a directory setup like so:
foo/ - git repo
foo/bar/ - git repo
foo/baz/ - git repo
I'm running commands like git multi in foo/, which lists the status of foo/bar/ and foo/baz/. So then I end up running things like git status; git multi. I wonder if there is already an option to include the current directory as well? Or if it doesn't exist, if you'd be open to adding it?
Also, thanks a lot for git plus, I was planning to write my own implementation and I was delighted to find this and save the work. 🧡
I have a directory setup like so:
foo/- git repofoo/bar/- git repofoo/baz/- git repoI'm running commands like
git multiinfoo/, which lists the status offoo/bar/andfoo/baz/. So then I end up running things likegit status; git multi. I wonder if there is already an option to include the current directory as well? Or if it doesn't exist, if you'd be open to adding it?Also, thanks a lot for git plus, I was planning to write my own implementation and I was delighted to find this and save the work. 🧡