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

Merge branch 'hw3' into 'main'

HW3: Gabriel (525157)

See merge request !40
parents 7f8b1417 6b5ba97a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
I learned more about how git works in depth, from which parts it is build (origin, upstream, local) and more about some  git commands.
+7 −0
Original line number Diff line number Diff line
git pull
cd class3_homework
touch 525157.txt
vim 525157.txt
git add *
git commit -m "feat: New file"
git push