Sign Up For Web Hosting Now!
GIT Services
No.1 CMS Host!
  • CMS-optimized servers
  • FREE CMS installation
  • FREE CMS templates
  • Free Domain name
  • Unlimited space
  • Unlimited traffic
  • Immediate activation
Buy web hosting
Sign up now Learn more
Facebook Twitter Plusone

GIT Tutorial

What is GIT?

GIT is a very popular and efficient open source Version Control System. It tracks content such as files and directories.

You can download GIT from the following URL: http://git-scm.com/download

GIT stores the file content in BLOBs (binary large objects). The folders are represented as trees. Each tree contains other trees (subfolders) and BLOBs along with a simple text file which consists of the mode, type, name and SHA (Secure Hash Algorithm) of each blob and subtree entry. During repository transfers, even if there are several files with the same content and different names, the GIT software will transfer the BLOB once and then expand it to the different files.

The history of your project is stored in a commit object. Every time you make a modification you have to commit it. The commit file keeps the author, committer, comment and any parent commits that directly precede it.

 

In the SiteGround GIT Tutorial we will cover the following topics:

If you want to use GIT, but still don't have a hosting account, you can check our feature-rich and affordable web hosting offer. If you intend to install GIT on your hosting account and not localy on a PC, we recommend a Dedicated Solution.

 

(c) Copyright 2004-2013 SiteGround. All rights reserved