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 4

  • While still on the master branch create 2 new files A.txt and B.txt with the content "a file" and "b file" respevtively.

  • Commit the changes.

  • As you make the changes, keep using gitk --all to observe the changes.

  • Create three new branches featureA, featureB, and featureC. (or any other names)

  • On master make a commit to README. (Add a line 'this is master')

  • On featureA make a few commits to a file called A.txt.

  • On featureB make a few commits to a file called B.txt.

  • On featureC make a commit to README changing (Add a line 'this is feaure C').