- webdev
- poll
- obsah
- git wtf/why
- basic config
- two ways of creation
- status, log, diff
- init, add, commit
- commit (kocka lega, ukazuje na stav)
- stage (+ gotchas)
- gitignore basics
- git log (again)
- rm, mv
- git show (more on deleting and changing commits later)
- checkout
- blame, reset
- add -p !
- gui/cli - uplne jedno je to to iste
- changes -> stage -> commit
- look at the changes
- git clients poll (GH / GL / BB)
- clone repa z GH
- opakovanie - changes -> stage -> commit
- decentralized - fork na GH, remote add
- push mine/origin
- git hostings
- branch wtf/why
- git checkout -b new-branch
- pushing branches
- merging locally
- merge requests
- conflicts!
- commit messages
- commit contents
- commit generated/config/secret/private files / gitignore
- don't change published main origin branches
- do not use git for deployments (but we'll see how that works)
- aliases
- opakovanie
- man pages!
man git-{command} - O'Reilly Git
- Pro Git (cz)