When you are new to code or git repositories and you are visiting a git repository for the first time, it is often you will try to look for a download button to download the source.
However, this is not how you should handle git repositories.
Instead you should use a tool like git
which allows you to clone
the source code to your system which also allows you
to keep the source up to date by using update
. This short guide will help you setup Git and show you how you can clone and keep
the repository up-to-date.