How to Begin a Project from the Current Expertiza Repository

From Expertiza_Wiki
Revision as of 22:34, 31 January 2013 by Ajkofink (talk | contribs)
Jump to navigation Jump to search
  • Login to Github or create an account.
  • Navigate to the Expertiza repository and click the fork icon in the upper right corner
  • Set up Git on your development machine:
    • You may use either shell commands or a GUI for GIt. I recommend using the shell because the commands are the same cross-platform.
  • Copy the URL of your forked repository
    • It should be in the form: git@github.com:<Your Github Username>/expertiza.git
  • On your development machine run:
    git clone git@github.com:<Your Github Username>/expertiza.git
    • The remote is the URL you copied earlier.
  • Now you are in the current Expertiza working directory!