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 --allto observe the changes. -
Create three new branches featureA, featureB, and featureC. (or any other names)
-
On
mastermake a commit toREADME. (Add a line 'this is master') -
On
featureAmake a few commits to a file calledA.txt. -
On
featureBmake a few commits to a file calledB.txt. -
On
featureCmake a commit toREADMEchanging (Add a line 'this is feaure C').