Since I stopped playing poker, I’ve been struggling to find topics to blog about so I’ve decided to create a series of software tutorials. The first of which is on Git.

What is Git?
Git is a version control software. Basically this means that any time you have a project, document, file or folder which you update regularly you are going to have different versions over time. Sometimes you want to roll back changes or at least look at what you changed. Git allows you to do this without copying, pasting and saving every version as a new file.

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>