GitHub: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
 
(5 intermediate revisions 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 13: Line 15:
* e.g. for the [[4ms Company]] KiCad libraries, <code>git clone https://github.com/4ms/4ms-kicad-lib</code>
* 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>
* To update at a later date do <code>git pull</code>

== Synth DIY repositories ==
* [https://github.com/4ms 4ms Company]
* [https://github.com/busycircuits?tab=repositories ALM/BusyCircuits busycircuits]
* [https://github.com/AudioMorphology AudioMorphology]
* [https://github.com/bastl-instruments?tab=repositories Bastl Instruments]
* [https://github.com/Befaco?tab=repositories Befaco]
* [https://github.com/boourns?tab=repositories boourns]
* [https://github.com/chrisbeckstrom/diy_modular_synthesizer CB's DIY Modular Synthesizer]
* [https://github.com/xnotox?tab=repositories Daniel Bachmann]
* [https://github.com/deladriere/euro-modules deladriere/euro-modules]
* [https://github.com/DragosRotaru?tab=repositories Dragos Rotaru]
* [https://github.com/HerrPaule?tab=repositories irie electronics]
* [https://github.com/Ixox?tab=repositories Ixox]
* [https://github.com/jakplugg?tab=repositories jakplugg]
* [https://github.com/jhjlim?tab=repositories Jason H. J. Lim]
* [https://github.com/jbeuckm?tab=repositories Joe Beuckman]
* [https://github.com/JoeEarlam?tab=repositories Joe Earlam]
* [https://github.com/staskevich?tab=repositories John Staskevich]
* [https://github.com/Julien-Nicault?tab=repositories Julien Nicault]
* [https://github.com/kweiwen?tab=repositories kweiwen]
* [https://github.com/L71?tab=repositories Lars Bengtsson]
* [https://github.com/marangisto?tab=repositories Marten Agren], marangisto
* [https://github.com/pingdynasty?tab=repositories Martin Klang], [[Rebel Technology]]
* [https://github.com/raphschwarz Midori], raphschwarz
* [https://github.com/minisystem?tab=repositories minisystem]
* [https://github.com/maltman23?tab=repositories Mitch Altman]
* [https://github.com/moffenzeefmodular?tab=repositories Møffenzeef Mødular]
* [https://github.com/mysticcircuits?tab=repositories mysticcircuits]
* [https://github.com/mxmxmx?tab=repositories mxmxmx]
* [https://github.com/neilogd/eurorack-modules neilogd/eurorack-modules]
* [https://github.com/nickajeglin/Eurorack-pcbs nickajeglin/Eurorack-pcbs]
* [https://github.com/pichenettes?tab=repositories Olivier Gillet], [[Mutable Instruments]]
* [https://github.com/Bananut-Electronics/MiDispositivoMIDI_V3 MiDispositivoMIDI]
* [https://github.com/OpenModular?tab=repositories OpenModular], Open source music design hardware and software
* [https://github.com/intechstudio/ottosdiy Otto's DIY Eurorack Modules]
* [https://github.com/Pharmasonic?tab=repositories Pharmasonic]
* [https://github.com/Shayshez?tab=repositories Plum Audio]
* [https://github.com/promesoft?tab=repositories Promesoft]
* <s>[https://github.com/robgmsn?tab=repositories robgmsn], GMSN!</s> see [https://github.com/JoeEarlam/GMSNPure JoeEarlam/GMSNPure], an attempt to collate all GMSN's OS designs since it went offline.
* [https://github.com/russellmcc?tab=repositories Russell McClellan]
* [https://github.com/SonicPotions?tab=repositories Julian Schmidt], [[SonicPotions]]
* [https://github.com/Sound-Study-Modular?tab=repositories Sound-Study-Modular]
* [https://github.com/THX2112?tab=repositories THX2112]
* [https://github.com/TomWhitwell?tab=repositories TomWhitwell], [[Music Thing Modular]]
* [https://github.com/vaeinoe?tab=repositories Väinö Ala-Härkönen]
* [https://github.com/bastl-instruments?tab=repositories Václav Peloušek], [[Bastl Instruments]]
* [https://github.com/av500?tab=repositories Vladimir Pantelic]<!-- dormant -->

{{stub}}


== See also ==
== See also ==
* [[Git]]
* [[Git]]
* [[GitLab]]
* [[GitHub 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:Version control systems]]

[[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