fix spelling
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
44 44 | 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). | 45 45 | 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. | 46 46 47 ### How do i install `git` on my computer? 47 ### How do I install `git` on my computer? mentioned in commit 50bc4848
Please register or sign in to reply