Analytics Corner
Overview
Manuals
Welcome
Git and GitHub
Datawarehousing + DBT
SQL
Blog
Gallery
Help
Submit an Issue
View Discussions
FAQ
How to Git/GitHub?
Git vs GitHub
Overview
Why learn Git/GitHub?
1. Version Control
2. Project organization
3. Precedent
4. TLDR
How to Git/GitHub?
Teaching philosophy
Learning Objectives
Git Intro
Basic Git Workflow
Git vs GitHub
Git vs Github Desktop
Setup GitHub Desktop
1. init - create a new repo remotely
2. clone - copy online repo to local computer
3. status - file changes of local repo
Git vs GitHub
Git
is a version control system that lets you manage and keep track of your source code history.
GitHub
is a hosting service that is 1 part a cloud backup for git repositories and 1 part social media platform for collaboration.
Basic Git Workflow
Git vs Github Desktop