GitHub: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 8: 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-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].
* [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 ==
== Synth DIY repositories ==

Revision as of 13:02, 26 August 2018

GitHub hosts distributed version controlled code repositories (repos) and static websites. It can be used for any type of file but only text and image files can be compared for differences. It hosts open source projects for free.

The first time creating a repository

Cloning a project from a repository

Synth DIY repositories

See also

External links