What is Git
Published in:2014-01-03 | Category: Tools
Words: 122 | Reading time: 1min

Introduction

Git is open source distributed version control system that allows a team of people to work together, all using the same files. And it helps the team cope with the confusion that tends to happen when multiple people are editing the same files.

And also git supplies the GUI client mode and command line mode. You can choose which you prefer to.

Install

  • GitHub for windows
    You can go to offical website and download windows version as below address:
    https://windows.github.com

  • GitHub for Mac
    Go to offical website and download mac version as below address:
    https://mac.github.com

  • Git for all platforms
    Git distributions for Linux and POSIX systems are available on the offical Git SCM web sit:
    http://git-scm.com

Prev:
What is Andriod
Next:
Git Commands (1)