diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index e8ac651..6b97f84 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -6,10 +6,28 @@ It was created empty (no README, no .gitignore, no license). ### Screenshot: ![Repository Creation](GIT_ASSIGNMENT.png) + +### Working Directory, Staging, and Commits: ![Repository Creation](git_add.png) ![Repository Creation](git_commit.png) + + ### Viewing Commit Logs & Diffs: ![Repository Creation](git_diff.png) + +### Creating & Switching Branches: +![Repository Creation](git_branch.png) +![Repository Creation](gitcheckout.png) + +### Cloning a Remote Repository: +![Repository Creation](git_cloned.png) + + +### Pushing & Pulling Changes: ![Repository Creation](git_push.png) +![Repository Creation](git_pull.png) + +### Ignoring Files with .gitignore: +![Repository Creation](gitignore.png)