git branch master
git switch master
git commit -m is working
git checkout e137e9b
git branch -d main
git commit
git checkout master
git branch touch
git branch colours
git branch taste
git switch colours
git commit -m red
git switch taste
git commit -m sweet
git switch touch
git commit -m soft
git commit -m sharp
git switch colours
git branch sound
git commit -m pink
git commit -m orange
git switch sound
git commit -m white noise
git merge taste
git switch taste
git commit -m salty
git switch master
Answers UCL-COMP0233-25-26#2
Answers UCL-COMP0233-25-26#2