Commit 6ba27652 authored by Vojtěch Šanda's avatar Vojtěch Šanda
Browse files

chore(hw-class-03): Add used commands

parent 9749298a
Loading
Loading
Loading
Loading
+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