Introduction To GIT: Compiled By: MR - Sanket Shah
Introduction To GIT: Compiled By: MR - Sanket Shah
Compiled By:
Mr.Sanket Shah
What is 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!
► 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…