diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index 2656223..fe090ca 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -2,4 +2,26 @@ Step 1 : Create new empty repository - Visited the Git-Training-Hub organization on Git Comorin - Created a new repository named as git-practice-Ajishini - Created with no README, no .gitignore and no license -- ![Repository_Screenshot](GIT_ASSIGNMENT.png) \ No newline at end of file +- ![Repository_Screenshot](GIT_ASSIGNMENT.png) +1. Checking Git Version +- ![Repository_Screenshot](git_version.png) +2. Checking Git Status +- ![Repository_Screenshot](git_status.png) +3. Adding Files to Staging +- ![Repository_Screenshot](git_add.png) +4. Viewing Commit History +- ![Repository_Screenshot](git_log.png) +5. Compact History (Oneline) +- ![Repository_Screenshot](git_log--oneline--graph.png) +6. Visual History (Graph) +- ![Repository_Screenshot](git_log--oneline--graph.png) +7. Checking Differences +- ![Repository_Screenshot](git_diff.png) +8. Comparing Two Commits +- ![Repository_Screenshot](git_commit-commit.png) +9. Exploring Branches +- ![Repository_Screenshot](git_checkout.png) +10. Cloning a Repository +- ![Repository_Screenshot](cloned_repo.png) +11. Pulling the Code +- ![Repository_Screenshot](git_pull.png) \ No newline at end of file diff --git a/cloned-repo.png b/cloned-repo.png new file mode 100644 index 0000000..a79f41d Binary files /dev/null and b/cloned-repo.png differ diff --git a/git_ignore.png b/git_ignore.png new file mode 100644 index 0000000..e33909f Binary files /dev/null and b/git_ignore.png differ diff --git a/git_pull.png b/git_pull.png new file mode 100644 index 0000000..43b6a86 Binary files /dev/null and b/git_pull.png differ diff --git a/git_version.png b/git_version.png new file mode 100644 index 0000000..2c18f17 Binary files /dev/null and b/git_version.png differ diff --git a/repo_edit.png b/repo_edit.png new file mode 100644 index 0000000..aed5fd7 Binary files /dev/null and b/repo_edit.png differ