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

Merge branch 'class3_homework' into 'main'

536577 - Class 3 homework

See merge request red-hat/mastering-git!10
parents d656c697 6923f8bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
I've learned what is the difference between upstream and origin
+8 −0
Original line number Diff line number Diff line
  181  git branch -a
  182  git switch -c class3_homework
  183  cd class3_homework
  184  vim 536577.txt
  185  git commit -m "Add 536577.txt (HW3)"
  186  git add 536577.txt
  187  git commit -m "Add 536577.txt (HW3)"
  188  git push --set-upstream origin class3_homework