GitHub: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
 
(One intermediate revision by the same user not shown)
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.

Since 2018 GitHub is a subsidiary of Microsoft.<ref>[https://techcrunch.com/2018/06/04/microsoft-has-acquired-github-for-7-5b-in-microsoft-stock/ Microsoft has acquired GitHub for $7.5B in stock], TechCrunch, 4 June 2018</ref>


== First time creating a repository ==
== First time creating a repository ==
Line 16: Line 18:
== See also ==
== See also ==
* [[Git]]
* [[Git]]
* [[GitLab]]
* [[List of synth DIY repositories]]
* [[List of synth DIY repositories]]

== References ==
{{reflist}}


== External links ==
== External links ==
* [https://help.github.com/articles/what-is-a-good-git-workflow/ GitHub workflow]
* [https://help.github.com/articles/what-is-a-good-git-workflow/ GitHub workflow]
* [https://en.wikipedia.org/wiki/GitHub GitHub], Wikipedia

[[Category:Git]]
[[Category:Git]]

Latest revision as of 10:43, 25 March 2021

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.

Since 2018 GitHub is a subsidiary of Microsoft.[1]

First time creating a repository

Cloning a project from a repository

See also

References

External links