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

Making changes to multiple branches? #27

Open
meowsus opened this issue Sep 20, 2019 · 0 comments
Open

Making changes to multiple branches? #27

meowsus opened this issue Sep 20, 2019 · 0 comments

Comments

@meowsus
Copy link

meowsus commented Sep 20, 2019

My team's workflow is as follows: develop and release patches from master until work for a minor or major is merged, then branch to a vX.X-stable branch. Fix bugs in the oldest branch in which they occur. When releasing from a stable branch, merge down the oldest branch you will release from into the next oldest, and repeat until you're back in master.

Because of this, checking out the most recent commit in the default branch will often not work for us, since the temp repo that is cloned will only ever contain the default branch.

I could be missing something, but I'm pretty sure that there is no current way to get around this limitation. I'm about to submit a PR for, what I believe may be, an unobtrusive solution to the issues we're facing using gitbot.

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 a pull request may close this issue.

1 participant