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: github
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
Publish with GitHub Pages
Actually putting your site on the web where anyone can see it is called publishing your site. This post describes how to publish a site using GitHub Pages. Pages are a free feature of public GitHub repositories and a great way to host a basic site. Free web hosting through GitHub! 1. Click on the Settings… Continue reading Publish with GitHub Pages