Development:Setup:Linux:RHEL

From Expertiza_Wiki
Revision as of 15:48, 3 January 2013 by Ajkofink (talk | contribs) (Created page with "==Install Git== <pre>sudo yum install git</pre> ==Get Expertiza== ===Expertiza Repository URLs=== * (ssh, read/write) git@github.com:expertiza/expertiza.git * (https, read/write)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install Git

sudo yum install git

Get Expertiza

Expertiza Repository URLs

Default

git clone <remote>
git clone git@github.com:expertiza/expertiza.git

Options

git clone -b <branch> <remote>
git clone -b master git@github.com:expertiza/expertiza.git