Here are some of the basics for collaborating on GitHub. Use a Single, Shared Repository One of the people in the group will create the repository that everyone will use. After the Repository is created then invite the other members to collaborate on that. DO NOT FORK THE REPOSITORY. We did that with mine and… Continue reading Collaborate on GitHub
Tag: collaborate
Viewing Teammates Git Branches
The shortest way to see other’s branches is to go to GitHub and look at them there. If you’re working in a team and want to see other people’s branches in your local site in VS Code then here are a few Git commands for the terminal that can help. TL:DR Downloads all of the… Continue reading Viewing Teammates Git Branches