Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.