Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

May 082011
 

Install git under Ubuntu

Answer:

Thanks to the github, git is becoming more and more popular, seems it is becoming the de facto standard of distributed version control tool for now.

To install it under Ubuntu, you need one command:

# sudo apt-get -y install git-core

Than you can clone existing repos on github easily.

# git clone https://github.com/joyent/node.git

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>