Monday, September 1, 2014

Dreaded Git installation by RaviKiran

If you are on Ubuntu

1. $ sudo apt-get install git
  This step will install git on your machine

2. https://help.github.com/articles/set-up-git#setting-up-git

3. Use this page for ssh key generation. Blindly follow all steps
   https://help.github.com/articles/generating-ssh-keys

4. git clone git@github.com:ravikirandutta/BOLG.git   ( where you want to get the code)

This should be all the steps to get the codebase on to your system.

No comments:

Post a Comment