Part 1: Introduction to git and GitHub
Part 2: Getting started with git
Figure 1

Illustration of the git staging and commit
process.
Figure 2

An illustration of the commit status after two
commits.
Part 3: Getting started with GitHub
Figure 1

Location of the GitHub user menu where Settings
is located.
Figure 2

Location of the “Developer settings” option on
the GitHub Settings page.
Figure 3

Location of the “Generate new token (classic)”
option on the GitHub personal access tokens setup page.
Figure 4

Screenshot showing personal access token
configuration options.
Figure 5

Screenshot showing generated access token.
Figure 6

Location of the “New repository” option on the
GitHub web interface.
Figure 7

Screenshot showing options to select for
creating a new repository in GitHub.
Figure 8

GitHub respository page in the web interface
showing README and files.
Figure 9

Repository commits shown in the GitHub web
interface.
Figure 10

GitHub web interface showing the changes
associated with a commit.
Git and GitHub: Where next?
Figure 1

An example of branching in a Git repository
commit structure.
Figure 2

An example of merging a branch into main in a
Git repository commit structure.