- You want to live and breathe git
Intro
- What is Git
- Configuring Git
- Git repository
- Git Commands <<<!
- Git workflow (add and commit)
- Good practices for writing commits
- Git Ignore
Git Branch
You have to master this and be comfortable with it
Github
- We can put 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
- If you’re on a new laptop/PC, make sure to add SSH key
- Connecting local git repo to server
- Fetch and pull