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

How do I start a new stack? #377

Closed
jonathanloske opened this issue Jan 10, 2024 · 3 comments
Closed

How do I start a new stack? #377

jonathanloske opened this issue Jan 10, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@jonathanloske
Copy link
Contributor

How do I start a new stack? Or do I have a wrong mental model and I shouldn't start a new stack?

Background: I just finished working on a feature and picked up a bug as a next task. The bug fix should not be dependent upon the stack for the feature I worked on and should be mergable independent of how far the feature is along.

PS: Loving Git SPR so far, thanks a lot! ❤️

@ejoffe
Copy link
Owner

ejoffe commented Jan 11, 2024

You can work in multiple stacks, just start a new git branch. Each branch is like it's own stack.
You can even work on stacks destined to different origin branches. In our case we have release branches, and by setting the upstream of the local branch, you can have one stack point to one release branch and another stack to a different branch.

@jonathanloske
Copy link
Contributor Author

Thanks, that helps! I feel like it would be useful to include this in the README somewhere, WDYT? I could volunteer to write a section on it 😊

@ejoffe
Copy link
Owner

ejoffe commented Jan 11, 2024

Sounds great! Got for it.

@ejoffe ejoffe added the documentation Improvements or additions to documentation label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants