Git basics talk flow
- What is version control system, its usage?
- What is Git?
- Why Git?
- What are repositories?
- Local
- Remote
- Git commands
git init
git status
git add
git commit
git log
git restore
git stash
git reset
- What is GitHub?
- How does a project look on GitHub?
- Readme
- Issues
- Fork
- Pull Requests
- Git Commands
git pull
git push