Archive for 'Misc' category

Setting up your own git server

Setting up your own git server

Version control is a critical part of software development. It is usually defined as the management of changes to a set of documents (or other information) belonging to a project.

Created by Linus Torvals (also the creator of Linux), Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Setting up your own git server is a very easy task.

Image courtesy of kyz.

Read More »