A bunch of us are working on a shared repository and using git for collaboration and version control. We actually use gitolite in the backend. We felt the need to have a dev branch so that the production branch is not affected whenever two people want to work on something together. Any pointers on how to setup a dev branch and merge it back to master if required ?
|
feedback
|
|
Locally you do the following to branch and merge. To make a dev branch:
| |||||
feedback
|