*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 50bc4848 authored by Woerister, Florian's avatar Woerister, Florian
Browse files

Merge branch 'fix-spelling' into 'main'

fix spelling

See merge request !17
parents 75dcc462 ec7a64ec
No related branches found
No related tags found
1 merge request!17fix spelling
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment