How to Begin a Project from the Current Expertiza Repository: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "# [https://github.com/login Login] to [https://github.com/ Github] or create an account. # Navigate to [https://github.com/expertiza/expertiza the Expertiza repository] and click...")
 
No edit summary
Line 1: Line 1:
# [https://github.com/login Login] to [https://github.com/ Github] or create an account.
# [https://github.com/login Login] to [https://github.com/ Github] or create an account.
# Navigate to [https://github.com/expertiza/expertiza the Expertiza repository] and click the fork icon in the upper right corner [[File:Fork.jpg]]
# Navigate to [https://github.com/expertiza/expertiza the Expertiza repository] and click the fork icon in the upper right corner [[File:Fork.jpg]]
# Add an ssh key for Github on your computer if you have not already.
## <pre>ssh-keygen -trsa -C "your_email@example.com"</pre>
* Follow the instructions at the prompt. You can decide whether to set a password or not for the key.
## Copy the output of the following command:
<pre>cat ~/.ssh/id_rsa.pub</pre>
## Paste it into the new ssh key dialogue on Github: https://github.com/settings/ssh
# Copy the URL of the

Revision as of 22:06, 31 January 2013

  1. Login to Github or create an account.
  2. Navigate to the Expertiza repository and click the fork icon in the upper right corner
  3. Add an ssh key for Github on your computer if you have not already.
    1. ssh-keygen -trsa -C "your_email@example.com"
  • Follow the instructions at the prompt. You can decide whether to set a password or not for the key.
    1. Copy the output of the following command:
cat ~/.ssh/id_rsa.pub
    1. Paste it into the new ssh key dialogue on Github: https://github.com/settings/ssh
  1. Copy the URL of the