DEV Community

Discussion on: How to use Git and GitHub for collaborative programming?

Collapse
 
sudeepvarma14 profile image
sudeepvarma14

i need someone to help me setup github for our team with 3 developers.How should be the workflow?

Collapse
 
ravirajsubramanian profile image
Raviraj Subramanian

The Organization section in the post has to be done to set up the organization and project that your team is going to work on.

Then the Fork section has to be followed by all the team members who are all going to work on the project.

Then the Pull Request section is the one followed every time any developer wants to push changes.

The sections afterward are followed for the complete development process until the project is deployed and maintained.

All the best.