Development:Setup:Linux:RHEL: Difference between revisions
Jump to navigation
Jump to search
(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)...") |
|||
Line 11: | Line 11: | ||
===Options=== | ===Options=== | ||
<pre>git clone -b <branch> <remote></pre> | <pre>git clone -b <branch> <remote></pre> | ||
<pre>git clone -b | <pre>git clone -b production git@github.com:expertiza/expertiza.git</pre> |
Revision as of 15:52, 3 January 2013
Install Git
sudo yum install git
Get Expertiza
Expertiza Repository URLs
- (ssh, read/write) git@github.com:expertiza/expertiza.git
- (https, read/write) https://github.com/expertiza/expertiza.git
- (git, read-only) git://github.com/expertiza/expertiza.git
Default
git clone <remote>
git clone git@github.com:expertiza/expertiza.git
Options
git clone -b <branch> <remote>
git clone -b production git@github.com:expertiza/expertiza.git