Install git on linux

On December 9, 2009, in CentOS, Fedora, Linux, Tips, Tricks, by phpsolutions

Git is a free distributed revision control, or software source code management project with an emphasis on being fast. Git was initially designed and developed by Linus Torvalds for Linux kernel development.

Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.

Install git
# wget http://www.kernel.org/pub/software/scm/git/git-1.6.1.tar.gz
# tar zxvf git-1.6.1.tar.gz
# cd git-1.6.1
# ./configure
# make && make install

Uses:
# git clone git://central.server/path/to/proj.git

Sites:
http://git-scm.com/
http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html

Profile:
http://github.com/phpsolutions

Tagged with:  

4 Responses to Install git on linux

  1. Anonymous says:

    I used to be happy to uncover this page.I desired to we appreciate you this brilliant read!! I definitely enjoying every part of it and i also maybe you have bookmarked to see new stuff you post.

  2. Anonymous says:

    I had been just browsing here and there but got to learn to read this post. I have to admit that I am in the hand of luck today or else getting this excellent post to learn wouldn’t are actually achievable for me, at the least. Really appreciate your content.

  3. Anonymous says:

    Intriguing article. I am aware I’m slightly late in posting my comment nevertheless the article ended up being to the actual and merely the information I became in search of. I can’t say i always accept all you mentioned but it was emphatically fascinating! BTW…I found your internet site by way of a Google search. I’m a frequent visitor in your blog and definately will return again soon.

  4. Anonymous says:

    Hey! Simply wanted to depart a comment. I must say i liked this article. Keep up the awesome effort.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.