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

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
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]]
* Set up Git on your development machine:
* 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.
** You may use either shell commands or a GUI for GIt. I recommend using the shell because the commands are the same cross-platform.
Line 6: Line 5:
*** [https://help.github.com/articles/set-up-git#platform-mac Mac OS X]
*** [https://help.github.com/articles/set-up-git#platform-mac Mac OS X]
*** [https://help.github.com/articles/set-up-git#platform-windows Windows]
*** [https://help.github.com/articles/set-up-git#platform-windows Windows]
* Copy the URL of your forked repository
* Fork the Expertiza project
** It should be in the form: git@github.com:<Your Github Username>/expertiza.git
** [https://help.github.com/articles/fork-a-repo How To: Fork a Github Repository]
* On your development machine run:<br /><pre>git clone git@github.com:<Your Github Username>/expertiza.git</pre>
** The remote is the URL you copied earlier.
* Now you are in the current Expertiza working directory!

Revision as of 22:36, 31 January 2013