Branching Exercise

GitBeginnerProject

Practice creating, switching, and merging branches in a sample repository.

  1. Initialize a new repository:
  2. Create a new branch and switch to it:
  3. Make changes, add, and commit them:
  4. Switch back to main and merge:
Try creating more branches and merging them!