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

Merge branch 'hw-class-03' into 'main'

[525139] Solution of class 03 homework

See merge request red-hat/mastering-git!15
parents bc2689a8 6ba27652
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
I've learnt about fast-forwarding and how it works. I've always just seen it when pulling, but never truly understood what it meant. I've also learnt what upstream means.
+11 −0
Original line number Diff line number Diff line
git switch main
git branch --list
git switch -c hw-class-03
cd ..
cd class3_homework/
nano 525139.txt
git status
git add 525139.txt
git commit -m "chore(hw-class-03): Add what I've learnt so far"
git push
git push --set-upstream origin hw-class-03
 No newline at end of file