Monday 5/2 Collaborating on Code We will look more into how to collaborate with Git and GitHub by learning about branching and how to add your teammates to a single repository. Learning to work with other people in Git and GitHub is a valuable skill. Branches are what make this possible. What we learn today… Continue reading Week 13: 5/2 + 5/4
Tag: branch
Collaborate on GitHub
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
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