Week 2 Day 5: GitHub branching and pull request workflow

This commit is contained in:
2026-01-05 12:59:07 +05:30
parent cdb4fc2e93
commit c55dea91a9
2 changed files with 66 additions and 0 deletions

32
Week-2/Day-5/Readme.md Normal file
View File

@@ -0,0 +1,32 @@
# Week 2 Day 5
## GitHub Branching and Pull Requests
### Date
26 December 2025
### Objective
To learn how branching, committing, and pull requests work in GitHub using GitHub Flow.
### Topics Covered
- Branch creation
- Making commits
- Pull request workflow
- Merging changes
### Activities Performed
- Created a new branch from main.
- Edited README file in the branch.
- Committed changes with meaningful messages.
- Opened and merged a pull request.
### Tools & Technologies Used
- GitHub
- Markdown
### Learning Outcomes
- Understood GitHub collaboration workflow.
- Learned how to safely merge changes.
- Gained practical experience with pull requests.
### Status
Completed