Loading class3_homework/536234.txt 0 → 100644 +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 class3_homework/536234_commands.txt 0 → 100644 +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 Loading
class3_homework/536234.txt 0 → 100644 +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
class3_homework/536234_commands.txt 0 → 100644 +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