Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] new sub command "show-diff" or "show-status" #63

Closed
legalsylvain opened this issue Apr 15, 2022 · 2 comments
Closed

[RFC] new sub command "show-diff" or "show-status" #63

legalsylvain opened this issue Apr 15, 2022 · 2 comments

Comments

@legalsylvain
Copy link

Hi all,

I use a lot git-aggregator locally, with a lot of repositories. Sometime I forgot a pending work in a repository, and before gitaggregate, i'd like to be sure all repo are "clean", and doens't have unadded / uncommited work.

For that purpose, I'd like to implement the following command
gitaggregate -c repos.yml show-status

This command will scan each repository, and display the status (git status) of repos. (or something equivalent)

@sbidoul (+other git-aggregator developpers) : could you say me if this feature could be accepted in this project ?

kind regards.

@legalsylvain legalsylvain changed the title [RFC] new sub command "show-diff" [RFC] new sub command "show-diff" or "show-status" Apr 15, 2022
@sbidoul
Copy link
Member

sbidoul commented Apr 15, 2022

Would this not be solved by #37 ? ;)

Also ls src | xargs -I {} git -C src/{} status.

@legalsylvain
Copy link
Author

Oh, I'm rambling ...
;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants