diff --git a/8-rebase-a-pull-request.md b/8-rebase-a-pull-request.md index d0d82ea..8c2e4d4 100644 --- a/8-rebase-a-pull-request.md +++ b/8-rebase-a-pull-request.md @@ -2,4 +2,6 @@ Maintainers will usually ask contributors to please "rebase their pull request". What they mean by that is to perform the following workflow for the given reasons: -[ fill in clear and concise description void of tech lingo. ] \ No newline at end of file +[ fill in clear and concise description void of tech lingo. ] + +> appearantly, this act involves updating remote refs along with associated objects, possibly Forward-porting local commits to the updated upstream head. Clear as mud, no? \ No newline at end of file