You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work in a situation where I need to track multiple branches of multiple repositories and I use git worktree to create working directories without cloning the repository repeatedly.
When I attempt to run gitbatch -m pull -q in a directory containing working copy directories of git repositories that were created with git worktree add -b <BRANCH> <WORKING LOCATION> from the main cloned location, I see an error like the following:
I work in a situation where I need to track multiple branches of multiple repositories and I use
git worktree
to create working directories without cloning the repository repeatedly.When I attempt to run
gitbatch -m pull -q
in a directory containing working copy directories of git repositories that were created withgit worktree add -b <BRANCH> <WORKING LOCATION>
from the main cloned location, I see an error like the following:When I run
gitbatch
in interactive mode in the same directory, I simply don't see these working directories in the list of git projects.The text was updated successfully, but these errors were encountered: