Deep diving more with Git.

Pulling from Git remote

Let’s open up the file(s) in the 01-Ins_Pull folder to get started.

Use your individual repos to try this activity out.

We will explore Git history here: https://github.com/DonJayamanne/gitHistoryVSCode

  • Git history shows the history of individual files, not commits.

Refer to these notes if you are having problems in your console.: https://gefyra.co/how-to-setup-github-with-your-in-your-mac-os-terminal/

Students Do: Workflows

Merging Branches

Let’s open up the file in the 03-Evr_Merge folder to get started.

Important!
  • If you are working on an existing/old branch, remember to merge the changes for the main branch, assuming that your main branch is where production or the latest stable version code rests.
    • You will spend a lot of time trying to fix merges because there is an error.

Pull Requests

Let’s open up the file(s) in the 04-Evr_Pull_Requests folder to get started.

Project Work

Try to get an idea of what your group needs to do by today.