diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index 6b97f84..92242d8 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -16,7 +16,7 @@ It was created empty (no README, no .gitignore, no license). ### Creating & Switching Branches: ![Repository Creation](git_branch.png) -![Repository Creation](gitcheckout.png) +![Repository Creation](git_checkout.png) ### Cloning a Remote Repository: ![Repository Creation](git_cloned.png) diff --git a/git_branch.png b/git_branch.png new file mode 100644 index 0000000..a374e8b Binary files /dev/null and b/git_branch.png differ diff --git a/git_checkout.png b/git_checkout.png new file mode 100644 index 0000000..9cde520 Binary files /dev/null and b/git_checkout.png differ