$ git --version
git version 2.24.3 (Apple Git-128)
We will use Git intensively throughout this course, so you may want to install a Git client.
Here are some Git client options for you to consider:
You may also use your IDE's embedded git client
You can use Git exclusively through the command line interface, which is the approach of many developers!
To collaborate and safely backup your repositories, you need a Git repository hosting service:
Note that UNIBZ offers a self-hosted Gitlab service.