-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add stack/branch parking ability #506
Comments
Hi @abhinav, I added a couple of enhancement ideas that I would use and would be happy to work on. |
That's a cool idea! Right now I untrack branches that I'm pausing. This feels like a better way to go about it. It would be pretty straightforward to add a "parked" bit to branch state (or a branch "type" in anticipation of other kinds of branches). I can imagine variants of this operation for all stack scopes (
Not a problem. The suggestions are very welcome! |
Thinking out loud/confirming: I can see this being quite useful in my own workflow as well. |
Most of the time, I have multiple stacks concurrently, and I know that a couple of them will not be merged in the near future.
It would be nice if we could mark those stacks or first branches as parked (I borrowed the term from Git Town), so when we run a restack on the trunk (or
repo restack
#505), we would skip restacking those.We should also add a
--force
flag to force restacking parked stacks or branches.The text was updated successfully, but these errors were encountered: