This repository contains several commits on master branch and two on feature branches and helps demonstrate branching and merging Git commands.
- Using
git mergeto integrate branches - Initiate a Pull Requests from a topic branch
- Create a single commit with
git merge --squash - Rewriting history with
git rebase