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

branch track: track a whole untracked stack #300

Open
abhinav opened this issue Jul 24, 2024 · 0 comments
Open

branch track: track a whole untracked stack #300

abhinav opened this issue Jul 24, 2024 · 0 comments
Labels
area/git Issues heavy on local Git management. enhancement New feature or request

Comments

@abhinav
Copy link
Owner

abhinav commented Jul 24, 2024

Scenario:

git checkout main
git checkout -b feat1
git checkout -b feat2

At that point, we'd like gs branch track or an equivalent command to track main -> feat1 -> feat2, not main -> feat2.
This would have to be opt-in to handle the case where the intermediate branch is untracked on purpose.

Possibilities:

  • gs downstack track
  • gs branch track --all
@abhinav abhinav added the enhancement New feature or request label Jul 24, 2024
@abhinav abhinav added the area/git Issues heavy on local Git management. label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/git Issues heavy on local Git management. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant