From 04a0768c5cfad322726bfd22be7bef579402f47c Mon Sep 17 00:00:00 2001 From: rupeshbangar Date: Mon, 23 Feb 2026 23:34:30 +0530 Subject: [PATCH] Version Control with Git --- Week-02/Day_04/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Week-02/Day_04/README.md diff --git a/Week-02/Day_04/README.md b/Week-02/Day_04/README.md new file mode 100644 index 0000000..b6d1e06 --- /dev/null +++ b/Week-02/Day_04/README.md @@ -0,0 +1,19 @@ +### I mastered the 5 Basic Steps of the GitHub workflow: + +1. **Repository:** I created a "home" for my project files. +2. **Branching:** I made a "copy" of my project to work on safely (so I don't break the main version). +3. **Committing:** I saved my progress with a clear note about what I changed. +4. **Pull Request (PR):** I asked for my changes to be checked and added to the main project. +5. **Merging:** I combined my new work into the final project. + +## Checklist of Tasks Completed +- [1] Created a new repository called `hello-world`. +- [2] Created a new branch called `readme-edits`. +- [3] Edited the README file and saved (committed) the changes. +- [4] Opened a Pull Request to share my work. +- [5] Merged the Pull Request into the main branch. + +## Tools Used +* **GitHub:** To host my project online. +* **Git:** To track the history of my work. +* **Markdown:** To write this simple and clean README file.