October 9, 2021
Codecademy JU Chapter
Git


&


GitHub
What is Git & GitHub?
Practical session
Understanding GitHub Workflow
Bonus ✨ + Wrap up
1
3
2
4
Today's
Agenda
Git
Take: 5 minutes
Prerequisite
https://git-scm.com/downloads
GitHub Account
Take: 5 minutes
Prerequisite
https://github.com/
Git
Version Control System
Save versions and
Easily revert changes
The project is called a
"Repository"
GitHub
Host for Git Repositories
Store Repositories in the
Cloud
Easily collaborate over the
Internet
Understanding
GitHub Workflow
Let's Git it!
Are you ready?
git init
git add -A
git commit -m "message"
git push origin main
git branch feature
git checkout feature
Git Commands
git status
git log
git remote add origin [URL]
We're done!
Thank you for
participating. Have a
great day ahead.

Git and GitGHub Basics