Version Control with Git

This commit is contained in:
2026-02-23 23:34:30 +05:30
parent b0e8f660c7
commit 04a0768c5c

19
Week-02/Day_04/README.md Normal file
View File

@@ -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.