Tag Archives: git

How To Install And Setup Git In Linux

By | August 1, 2019

What is git? Git is a distributed code revision software created by Linus Torvalds, (yes the creator of Linux). Git is used in project/source code version control. That simply means that it ensures that you can save your work (any coding project) at a particular point in time – versions. Each save is called, in… Read More »

Get Free Unlimited Private Repositories From GitHub

By | January 11, 2019

GitHub has announced that it now allows unlimited private repositories (“repos” for short). For those who don’t know, GitHub is an online code-hosting platform using the open-source version control software system called git. Code stored on GitHub can be modified and improved upon any an individual developer or group of developers; and any changes made… Read More »