From 6682434bf21f53d3bd64e0509b4df9524b17646a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Dec 2018 09:17:09 -0600 Subject: Eliminate UTF-8 characters except superscripted 2 in i2c --- eng/vc-users.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eng/vc-users.rst') diff --git a/eng/vc-users.rst b/eng/vc-users.rst index d7ae90e..4220de3 100644 --- a/eng/vc-users.rst +++ b/eng/vc-users.rst @@ -384,7 +384,7 @@ Rebasing An alternative to the merge command is rebase, which replays the changes (commits) on one branch onto another. ``git rebase`` finds the common ancestor -of the two branches, stores each commit of the branch you’re on to temporary +of the two branches, stores each commit of the branch you are on to temporary files and applies each commit in order. For example -- cgit v1.2.3