@@ -44,7 +44,7 @@ When starting to learn about `git`, you might notice that sometimes people talk
| Merge | Merging branch A into branch B causes that all commits, that were added to A after it was branched away from B are incorporated into Branch B. For a more detailed description have a look at the [documentation](https://git-scm.com/docs/git-merge). |
| Merge Request | Merge Requests (aka Pull Request) can be seen as tickets that a contributor of a repository creates. The ticket itself indicates, that the contributor wants branch A to be merged into branch B. It is possible to assign these tickets to a reviewer. This reviewer can check the changes before they are merged into branch B. If there are things to improve on branch A the reviewer can leaf comments on the Merge Request. In that case the contributor gets notified to fix the comments. |
### How do i install `git` on my computer?
### How do I install `git` on my computer?
A detailed instruction on how to install `git` on your PC can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)