Git basics talk flow
- What is version control system, its usage?
- What is Git?
- Why Git?
- What are repositories?
- Local
- Remote
- Git commands
git initgit statusgit addgit commitgit loggit restoregit stashgit reset
- What is GitHub?
- How does a project look on GitHub?
- Readme
- Issues
- Fork
- Pull Requests
- Git Commands
git pullgit push