-
Notifications
You must be signed in to change notification settings - Fork 280
Open
Labels
Description
I have a repository with several subrepos. On a branch of my project repo, I make changes to several subrepos.
Now, before I merge the project branch into project master I want all subrepos to be clean and to point to their respective master branches. Therefore I first want to create PRs to all the subrepos, describe the respective change, merge them and then update the project repo to point to master of the subrepos.
Now, my issue is that I can't remember which subrepos I touched. I expected that git subrepo status would show me which subrepos have changed since the last pull (just like git status tells me branch is 3 commits ahead).
Is this a missing feature or am I using it wrong?
SGSSGene and evil-shrike