Practice Sheet-GIT and GITHUB
Practice Sheet-GIT and GITHUB
Repository Setup
Merging Changes
On GitHub, create a pull request to merge the feature-1 branch into main.
Merge the pull request and verify that feature.txt is now part of the main branch.
Collaboration Simulation
Repository Setup
A conflict will be detected. Open story.txt and resolve the conflict by keeping both
changes (combine the sentences).
Once upon a time, there was a curious developer learning Git and working on Git
projects.
Stage the resolved file and commit the merge with the message:
"Resolved merge conflict in story.txt"
History Exploration: