Commit d656c697 authored by Michal Hečko's avatar Michal Hečko
Browse files

Merge branch 'class3_hw' into 'main'

Finish class 3 homework

See merge request red-hat/mastering-git!21
parents 109493af 09440b61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
I finally understand what is the diference between upstream and origin. I also learnt how to work with branches and what rebase does. Thank you, for that :)
+11 −0
Original line number Diff line number Diff line
cd mastering-git/
git pull upstream main
git status
git branch 
git branch class3_hw
git switch class3_hw 
git status
git add 541686.txt 
git status
git commit 541686.txt 
git push origin class3_hw