git-get icon indicating copy to clipboard operation
git-get copied to clipboard

git list doesn't work for listing repositories within a repository

Open sumnerevans opened this issue 2 years ago • 0 comments

I have a "work" repository where I clone all of the repositories that I work on at work. They are not submodules, I just clone them and manage them individually (the root repository is for organization and has some extra work-related utilities). When I update GITGET_ROOT to the root of the work repository, and then run git list, I get:

/home/sumner/projects/github.com/sumnerevans/beeper
└──  master  [ 3 uncommitted 1 untracked ]

When I run git get, it clones the repositories to the correct location, but git list does not handle it properly.

sumnerevans avatar Feb 15 '23 20:02 sumnerevans