Commit 7f8b1417 authored by Michal Hečko's avatar Michal Hečko
Browse files

Merge branch 'homework_3' into 'main'

Homework 3

See merge request !36
parents 956f4f00 817c4e5a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
So far I learned difference between upstream and origin. I also learned that git stash is really not that good.
Also the rebasing seems a bit more clear but we will see in next homework :).
 No newline at end of file
+8 −0
Original line number Diff line number Diff line
git pull
cd class3_homework
git branch homework_3
git switch homework_3
git status
git add 536234.txt (I manually created file because of windows)
git commit -m "add first file"
git push --set-upstream origin homework_3
 No newline at end of file