6
My team and I started working with git for version control (later I know), and used bitbucket as a remote repository (because it allows free private repository).
Well, I have some questions for the workflow.
The programmer is working on the master branch, as it is the basis of the ongoing project.
I’m working on the "front-end" branch as I’m working on the styles for the responsive layout.
How we should always work with correct files?
I’m thinking, at the end of the day, to merge the "front-end" branch in the "master", and then pull the master in my local base and the changes apply in the "front-end" branch until the project is finished.
That is correct?
Great link, a lot of people work like this
– Peoplee