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

[WIP] Added branches subcommand #116

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

StefanBossbaly
Copy link

Added the branches subcommand which will print out all projects that have a topic branch in their repo. This makes it very easy to find which repos have what topic branches and pairs with the checkout subcommand which allows developers to easily switch between their cross repo changes and check on the status of these changes.

Note: The output of this command, as implemented, is very basic. It currently only prints out the list of topic branches with the for each repo. We will want to add formatting to the output and possible color. Open to all suggestions!

This was not the correct way to specify a revision.
@StefanBossbaly StefanBossbaly force-pushed the add-branches branch 3 times, most recently from 6418b2c to 903871c Compare September 18, 2024 16:46
@StefanBossbaly StefanBossbaly force-pushed the add-branches branch 2 times, most recently from 7bbae75 to 617e068 Compare September 18, 2024 17:15
Added the [`branches`] subcommand which will print out all projects that
have a topic branch in their repo. This makes it very easy to find
which repos have what topic branches and pairs with the checkout
subcommand which allows developers to easily switch between their
cross repo changes and check on the status of these changes.

[`branches`]: https://android.googlesource.com/tools/repo/+/refs/heads/main/subcmds/branches.py
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

Successfully merging this pull request may close these issues.

2 participants