git-get
git-get copied to clipboard
git list doesn't work for listing repositories within a repository
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.