diff --git a/8-rebase-a-pull-request.md b/8-rebase-a-pull-request.md
index 8c2e4d4..a5f3c97 100644
--- a/8-rebase-a-pull-request.md
+++ b/8-rebase-a-pull-request.md
@@ -4,4 +4,6 @@ What they mean by that is to perform the following workflow for the given reason
 
 [ 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
+> 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?
+
+> bear in mind those fast-forward commits, detached head states, treeishes and remotes. self-explanatory of course. 
\ No newline at end of file