GitHub: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 1: Line 1:
'''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.
'''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 ==
== First time creating a repository ==
* If you don't have one already, [https://github.com/join?source=header-home create a GitHub account].
* If you don't have one already, [https://github.com/join?source=header-home create a GitHub account].
* On Windows install [https://gitforwindows.org/ Git for Windows]
* On Windows install [https://gitforwindows.org/ Git for Windows]
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 ==
== Cloning a project from a repository ==
* Entering commands in a Git Bash shell window.
* Entering commands in a Git Bash shell window.

Revision as of 13:51, 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.

First time creating a repository

Cloning a project from a repository

Synth DIY repositories

See also

External links