Confirmed users
514
edits
(repository changed) |
|||
| Line 18: | Line 18: | ||
#Create github account | #Create github account | ||
#Fork from [http://github.com/ | #Fork from the official [http://github.com/mozilla/FlightDeck main repository] | ||
#Install FlightDeck on your machine - [http://github.com/zalun/FlightDeck/INSTALL Install instruction] - from your repository, assuming your username is john it is: <pre>git clone git@github.com:john/FlightDeck.git</pre> | #Install FlightDeck on your machine - [http://github.com/zalun/FlightDeck/INSTALL Install instruction] - from your repository, assuming your username is john it is: <pre>git clone git@github.com:john/FlightDeck.git</pre> | ||
#Add main repository to remote repositories <pre>git remote add main git://github.com/ | #Add main repository to remote repositories <pre>git remote add main git://github.com/mozilla/FlightDeck.git</pre> | ||
= How to commit = | = How to commit = | ||