Welcome to this practical course in Git. This will help you understand some of the basics in Git, but also some more advanced topics. The project contains two exercises with instructions in folders exercise-1 and exercise-2. But before you start, go through the "Getting started" guide below.
In order to carry out the exercises, you firstly need to have Git on your computer. If you haven't installed it already, go to https://git-scm.com/book/en/v2/Getting-Started-Installing-Git for instructions on how to do it. If you have any problems, ask one of the instructors.
Go to the top right corner of this page and click on the "Fork" button. Fork will create a copy of the repository to your own github account.
Open your preferred terminal/command line tool, and run the command git clone https://github.com/<your-github-user>/git-fagkveld
.
This will download this project to your computer.