dp0768 / RSE-Classwork

0 stars 0 forks source link

Learning Branches with git week 2 issue #2 #2

Open dp0768 opened 1 month ago

dp0768 commented 1 month ago

image

'''bash git switch -c new git checkout main git commit -m "Is working" git checkout new git commit git checkout main git branch -d new git switch -c touch git commit -m soft git commit -m sharp git checkout main git switch -c colours git commit red git switch -c sound git switch -c sound git commit -m white noise git checkout colours git commit -m pink git commit -m orange git switch main git switch -c taste git commit -m sweet git checkout
git merge taste git checkout taste git commit -m salty git checkout main '''

Answers UCL-COMP0233-24-25/RSE-Classwork#2

dp0768 commented 1 month ago
git switch -c new
git checkout main
git commit -m "Is working"
git checkout new
git commit
git checkout main
git branch -d new
git switch -c touch
git commit -m soft
git commit -m sharp
git checkout main
git switch -c colours
git commit red
git switch -c sound
git switch -c sound
git commit -m white noise
git checkout colours
git commit -m pink
git commit -m orange
git switch main
git switch -c taste
git commit -m sweet
git checkout
git merge taste
git checkout taste
git commit -m salty
git checkout main