Commit 109493af authored by Michal Hečko's avatar Michal Hečko
Browse files

Merge branch 'hw03' into 'main'

hw03 merge

See merge request !9
parents c54a28af 127e22a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
I have learned the role of branches and merging within git, also the upstream & origin scheme.
 No newline at end of file
+20 −0
Original line number Diff line number Diff line
git remote --help
git remote
git pull
cd .\class3_homework\
New-Item 525032.txt
notepad .\525032.txt
git branch --help
git switch -c hw03
git branch -d hw03
git switch main
git branch -d hw03
git add .\525032.txt
git commit -m "add UCO.txt"
git switch -c hw03
git push
git push --set-upstream origin hw03
git switch main
git status
git push
git status
 No newline at end of file