Git is a distributed revision control system with an emphasis on speed. Git was initially designed and developed by Linus Torvalds for Linux kernel development.
How to commit:
$ tar xzf project.tar.gz
$ cd project
$ git init
$ git add .
$ git commit
|
My Blog Title
|