Questions tagged [branch]
The branch tag has no summary.
6 questions
2 votes
3 answers
1k views
Is my git branch strategy best practice?
We are a small software team with 6 members. We are working on different software projects in our company. Before I joined the team no version control system was used. It was/is my task to reorganize ...
1 vote
1 answer
827 views
How to improve my current development/release process
I'm looking for suggestions on how to modernise my development/release practices by potentially introducing some automation. I'll outline the current process to help explain why I'm currently ...
-2 votes
1 answer
162 views
Is there justification for testing only master in an integration environment?
We have a series of environments; Let's call them Development, Integration, Business and Production. As a rule, we do not let master get deployed beyond Development, meaning any code which is to be ...