3 How to start?
In order to use Git, you have to do the following things:
- Have Git on your computer. If you have a Mac, you already have it. But it is easy to install it to Windows, too.
- Tell Git your name and your email address.
- Obtain the SSH URL (think of it like the address) of your remote repository, which can be in e.g. GitLab or GitHub. In this example, I will show the workflow for GitLab for UTU, which is a code repository for University of Turku.
- Create an SSH key. This key enables you to transfer push and pull content between the remote repository and your computer.
- Tell your SSH key to the remote repository (here: GitLab for UTU).
That’s all there is to it. Let’s get started.
Lightning Fast Git Guide by Ville Langén is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.