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
Currently git-sub is only usable from the project root, but it should be possible to find .git and .gitmodules from the project sub-directories
Current behavior
$ cd project-root
$ git-sub ls
submodules/foo
submodules/bar
$ cd submodules
$ git-sub ls
git-sub: .gitmodules: openFile: does not exist (No such file or directory)
Desired behavior
$ cd project-root
$ git-sub ls
submodules/foo
submodules/bar
$ cd submodules
$ git-sub ls
submodules/foo
submodules/bar
The text was updated successfully, but these errors were encountered:
Currently git-sub is only usable from the project root, but it should be possible to find .git and .gitmodules from the project sub-directories
Current behavior
Desired behavior
The text was updated successfully, but these errors were encountered: