Learn how to work with Git Branches
- Pick up a Git repository (or create a new one) with at least one commit
- Create a new branch called "dev"
- Modify one of the files in the repository
- Create a new commit
- Verify the commit you created is only in "dev" branch
Answer the following:
- Why branches are useful? Give an example of one real-world scenario for using branches