Git & GitHub guide
Git & GitHub guide
Git
and
GitHub
What is Git
The most widely used modern
version control system in the
world today is Git. Git is a
mature, actively maintained
open source project originally
developed in 2005 by Linus
Torvalds, the famous creator
of the Linux operating system
kernel.
1/12
What is version control
Version control, also known as
source control, is the practice
of tracking and managing
changes to software code.
Version control systems are
software tools that help
software teams manage
changes to source code over
time.
2/12
Git Install and Setup
https://git-scm.com/downloads
3/12
Git Install and Setup
Bash
4/12
What is GitHub
GitHub is a web-based
platform used primarily for
version control and
collaborative software
development. It uses git, a
distributed version control
system, to track changes in
code and manage projects.
5/12
GitHub Setup
https://github.com
6/12
Create Repository
1. give a meaningful
repository name
2. give description to your
project
3. set the repository should
be visible for all or only
visible for you
4. add a readme.md file
5. click on create
7/12
Connect with git
8/12
Connect with git
Bash
git init
9/12
Connect with git
Bash
10/12
Connect with git
github is connected
11/12
“With Git and GitHub, you don't just
write code—you create a legacy.”
Bash