- You want to live and breathe git
Intro
- What is Git
- Configuring Git
- Git Commands <<<!
- Git workflow (add and commit)
- Good practices for writing commits
- gitignore
Git Branch
You have to master this and be comfortable with it
Github
We can put our git repos in the cloud so it’s accessible anywhere
- Good
- contribute to open source projects
- Online resume for code
- Stay up to date with news/debates
- Git setup with SSH (notion link)
- Connecting local git repo to server
- Git Fetch VS pull
- Git rebase VS merge
- Pull Request
- Git upstream