diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index 2eccc12..be43872 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -98,4 +98,25 @@ Version control is better than emailing files because it keeps a single source o ![Ignoring Files with .gitignore](ignoring.png) --- + +## Viewing File History + +![Viewing File History](Viewing_File_History.png) + +--- + +## Viewing File History with Blame + +![Viewing File History with Blame](Viewing_File_History_with_Blame.png) + +--- + +## Merging Branches + +![Merging Branches](Merging_Branches.png) + +--- + + + cd D:\git-practice-Rahul diff --git a/Merging_Branches.png b/Merging_Branches.png new file mode 100644 index 0000000..8485f7d Binary files /dev/null and b/Merging_Branches.png differ diff --git a/Viewing_File_History.png b/Viewing_File_History.png new file mode 100644 index 0000000..bf57bfa Binary files /dev/null and b/Viewing_File_History.png differ diff --git a/Viewing_File_History_with_Blame.png b/Viewing_File_History_with_Blame.png new file mode 100644 index 0000000..4a9a74d Binary files /dev/null and b/Viewing_File_History_with_Blame.png differ