Commit bf51fe2b authored by Tomas Tomecek's avatar Tomas Tomecek
Browse files

Merge branch 'class3-hw' into 'main'

Class3 hw - 536686

See merge request redhat/research/mastering-git!21
parents 4834d180 0c68bc3d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
So far I am really enjoying this class, I have used most of the commands we discuss in the classes before but never really understood 
what exactly they did or how they worked.
I have already used the knowledge I acquired in this course several times!
I am looking forward to learning how to resolve merge conflicts.
+13 −0
Original line number Diff line number Diff line
git remote add upstream git@gitlab.com:redhat/research/mastering-git.git
git pull
git pull upstream
git pull upstream main
cd class3_homework/
git branch class3-hw
git switch class3-hw
micro 536686.txt
git add .
git status
git commit -m "added feedback for course in 536686.txt"
git push
git push --set-upstream origin class3-hw