What is Git Github? Git Github is distributed version control. It is free and open source, made by Linus Torvalds. It is different from previous version control techniques: Different users maintain their own repositories. There is no single failure point. Changes are stored as change set. Change sets can be exchanged between repositories. Branches can […]