0% found this document useful (0 votes)
17 views54 pages

Introduction To GIT: Compiled By: MR - Sanket Shah

Uploaded by

sanket shah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views54 pages

Introduction To GIT: Compiled By: MR - Sanket Shah

Uploaded by

sanket shah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 54

Introduction to GIT

Compiled By:
Mr.Sanket Shah
What is GIT?

► Git is a distributed version control system(DVCS)


► Each user has a local copy of the complete history of the project,
which is known as a repository
► Users can work offline
► Can easily synchronize repositories
GIT

► GIT is a free and open source software project meaning that the code that
implements GIT is publicly available.
► Any one can make contributions to improve it.
Hello GIT!

1. Install the GIT command line interface


2. Verify your GIT Version
3. Explore GIT help
4. Configure your user name, email address and default GIT editor
Install the GIT command line interface
Install the GIT command line interface
How to check Version of GIT
How to create local git repository
Configure your user name, email address
Configure your user name, email address
How to Work GIT as Local Repository
Create HTML File
Commit the file
GIT Log
GITHUB

► GIT HUB is code hosting platform for version control and


collaboration.
► It lets you and others work together on projects from
anywhere
How to Create GIT HUB Account?
How to Create GIT HUB Account?
How to Create GIT HUB Account?
How to Create GIT HUB Account?
How to Create GIT HUB Account?
How to add file on remote repository
How to add file on remote repository
Branch in GIT

► A Branch will allow to make a “Copy” while not affecting the original
branch.
To create new branch
Move master branch to local branch
Modify the notepad file
How to merge branch?
Thank you…

You might also like