Git and GitHub
See the video
- Create a GitHub account (if you do not already have one).
- Create a repository for the lab work.
- Work with GitHub using a local repository:
- Familiarize yourself with the concepts of local and remote repositories, commits, and pushes.
- Create a file containing a C++ Hello World program, commit it, and push it to the remote repository.
- Set up authentication on your machine the first time you push to the remote repository (using either a token or browser-based authorization).
- Additionally, explore pull requests, branches, and gitignore.