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

Merge branch 'class_3_hw' into 'main'

Class 3 homework

See merge request redhat/research/mastering-git!22
parents bf51fe2b 303c53ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
I enjoy the course, I appreciate the emphasis on practical, hands-on learning.
The combination of theory and examples makes it much easier for me to grasp the concepts.
And I think something is missing in Lab 3 solution :)
+8 −0
Original line number Diff line number Diff line
cd class3_homework/
git switch -c class_3_hw
nano 524663.txt
cat 524663.txt
git add 524663.txt
git commit -m "Add file 524663.txt"
git push --set-upstream origin class_3_hw
git status