Git FAQ & Resources
8/22/2009 11:00:45 PM
http://yuilibrary.com/gitfaq/
Ubuntu
- Install the
git-core
package sudo apt-get install git-core
- After installation open a terminal and type:
git --version
- You should see something like this:
git version 1.5.4.3
- Git is now installed and working