RUTH IKEGAH
Backend Developer
Technical Writer
GitHUb Star
Cake Lover
Slide 3
Slide 3 text
Scared of Git???
=
Slide 4
Slide 4 text
WHAT IS GIT?
Git is a version control system
developed by Linus Torvalds in
2005. Git helps developers keep
track of the state of their code and
allows collaboration on a code
base.
Slide 5
Slide 5 text
WHAT IS
GITHUB?
GitHub is a code hosting
platform for version control and
collaboration.
GitHub is simply a website that
lets you manage and upload
your git repositories to the cloud.
Slide 6
Slide 6 text
No content
Slide 7
Slide 7 text
GITHUB
Hosting your code on the
cloud
A handy web UI to see
things
A place where
collaborators can easily
view, clone, and contribute
to the project
GIT
Track changes
Work on multiple branches
Undo changes
View previous changes
Slide 8
Slide 8 text
PRACTICE
TIME!!
A GitHub Account
Git locally installed
A Local Project
PRE-REQUISITES