Skip to content

repo sync: update all tracked branches #611

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

Open
abhinav opened this issue Mar 4, 2025 · 0 comments
Open

repo sync: update all tracked branches #611

abhinav opened this issue Mar 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@abhinav
Copy link
Owner

abhinav commented Mar 4, 2025

Right now, repo sync is incorrect.
The name suggests it updates the entire repository, but what it does is just update main.
What it should do:

  • pull latest changes for all tracked branches and main
  • delete all merged branches
  • restack whatever was affected

For the case currently handled by repo sync—single branch sync, we'll need to add a branch sync command.
We may also add stack-scope sync commands.

@abhinav abhinav added the enhancement New feature or request label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant