Get started with Git. The full form of Git. The history of Git. Who developed it and how much is it popular compared to its competitors.
Tutorials
Git
Git vs Github
Learn all about Git vs Github. Is there any difference between the two? Can you replace Github with any other host? Check here for complete details.
Why Git? Why not SVN?
Understand the difference between Git and SVN. Why has Git overthrown SVN in popularity and usage. Read this simple primer on Git vs SVN.
How to install Git on Windows and Mac?
Here is how to download and install Git on your Windows or Mac OS. Also, included are some important Git setup commands.
git init – Create your first git repository
How to create a Git repository? Learn the basics of git init command. What happens when you create a repository?
git clone – Make an identical copy of a repo
Step by step details on how to clone a git repository. What is the difference between cloning vs downloading source files.
git status – What’s Git thinking about my repo currently?
git status – Track state of your git files or repository. Learn the staging to commit process with an infographic.