All Questions
2 questions
2
votes
2
answers
293
views
Git work flow with pull requests
I have come across a small issue with the git work flow in the team.
When starting to work on a user story, we create a feature branch from the develop branch. Once the user story is finished, a ...
8
votes
2
answers
8k
views
Should I have a 'dev' branch separate from a 'production' branch?
I recently set up my staging and production server environments on Heroku and everything is working great. Through Heroku, you can deploy from a Git branch - e.g. master or my-feature. This got me ...