Exercises Session 6
- Check out featureC, make some changes, commit
- Merge fetureC into master again - it should be without conflict
- Check out featureA, make some changes, commit
- Check out master and run gitk --all. featureC should be fully merged and featureA should have commit on it.
- Remove (delete) both featureA and featureC branches.