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

Use 'worktree' feature of git to maintain parallel branches #24

Open
freephile opened this issue Oct 16, 2020 · 0 comments
Open

Use 'worktree' feature of git to maintain parallel branches #24

freephile opened this issue Oct 16, 2020 · 0 comments

Comments

@freephile
Copy link
Owner

We need to maintain 'main' (using e.g. REL1_34) while we also work on a development branch for REL1_35 (aka 'dev'); AND be able to merge feature or bugfix branches (based off 'main') into 'dev'. The 'worktree' feature of git seems like the right approach to make this easier. Commentary at https://spin.atomicobject.com/2016/06/26/parallelize-development-git-worktrees/

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

No branches or pull requests

1 participant