Skip to content

Git and GitHub

See the video

  1. Create a GitHub account (if you do not already have one).
  2. Create a repository for the lab work.
  3. 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).
  4. Additionally, explore pull requests, branches, and gitignore.