Files
Harshit-Sachdev/Week-2/Day-5/Readme.md

33 lines
691 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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