GitHub: Difference between revisions

Line 8:
* [https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ Add the SSH key to your GitHub account].
* [https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/ Add the existing project to GitHub].
== Cloning a project from a repository ==
* Entering commands in a Git Bash shell window.
* e.g. for the [[4ms Company]] KiCad libraries, <code>git clone https://github.com/4ms/4ms-kicad-lib</code>
* To update at a later date do <code>git pull</code>
 
== Synth DIY repositories ==