Tutorial: Introduction To Git
Contents
What is Git? How does it work?
Git is essentially a piece of software that saves all changes ever made to a file, but it can do so much more than just that. Let's break down the 7 common uses for Git.
Commits
Switching current head.
Pulling andPushing from/to remote Git
Creating a new Branch
Merging someone else's changes.