If you prefer to use commands through git, here are the 6 most useful git commands you can use in the project.
Check unmerged branches
If we have multiple branches and want to find out which branches haven't merged master yet, we can use:
git branch --no-merged master