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

Merge branch 'hw03' into 'main'

HW03

See merge request red-hat/mastering-git!31
parents c906fe08 f6cd676c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
I started using git switch instead of git checkout for changing branches
I understand the difference between origin and upstream
I now better understand merge and rebase
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
git switch -c hw03
git log
cd class3_homework
git status
git add 524716.txt
git commit -m "chore(hw):add file with description of what I have learned in git course"
git push origin hw03
 No newline at end of file