Branching Exercise
Practice creating, switching, and merging branches in a sample repository.
- Initialize a new repository:
- Create a new branch and switch to it:
- Make changes, add, and commit them:
- Switch back to main and merge:
Try creating more branches and merging them!