Blog

Git Snippets

Do you Git It?

Git is an open-source revision control management system, a very efficient tool for managing projects of all sizes. I won’t go into detail, so for all the ins and outs, please visit the official site here for everything you need to know: git-scm.com. There are many places to keep track and hold your repositories, here are two possibilities;

GitHub is the perfect app to assist with project collaboration. It allows you to commit changes, send pull requests and manage all your public and private git repositories…

Read more