Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts

Wednesday, January 23, 2013

Installing Git on Ubuntu

Few libraries need to be installed prior to the instalation of Git



sudo apt-get install libcurl4-gnutls-dev libexpat1-dev gettext   libz-dev libssl-dev

Next,  following command will install Git
apt-get install git


Do a git clone to check whether the installation is successful.

git clone url

E.g: git clone git://git.kernel.org/pub/scm/git/git.git



Using Zotero for academic writing