Logo

How do I use Git?

Git is the most widely used modern version control system that is used in the world today! Git is a distributed version control system, meaning your local copy of code is a complete version control repository. These local repositories make it easy to work offline or remotely. Work is committed locally, and then synced to the copy that is on the server, this differs from centralised version control as code does not need to be synced before being edited.

Git's flexibility make it the perfect choice for any team in the tech industry, therefore it is important that many graduates know how to use this version control.

Lets figure out how to use git, together!

Setup

The first thing that is needed to use Git is to install Git onto your operating system!