Commit 0c68bc3d authored by Martin Drazkovec's avatar Martin Drazkovec
Browse files

add class-3-hw commands

parent 2ac92f8a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
git remote add upstream git@gitlab.com:redhat/research/mastering-git.git
git pull
git pull upstream
git pull upstream main
cd class3_homework/
git branch class3-hw
git switch class3-hw
micro 536686.txt
git add .
git status
git commit -m "added feedback for course in 536686.txt"
git push
git push --set-upstream origin class3-hw