From 95dde4301f93c025cbc6d91976a580f30bda43ce Mon Sep 17 00:00:00 2001 From: Harshita Chandra Date: Fri, 4 Dec 2015 00:05:04 +0530 Subject: [PATCH] fix typo 'on top' in place of 'ontop' --- docs/GitWorkflows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GitWorkflows.rst b/docs/GitWorkflows.rst index a922b87656802..869a92194930a 100644 --- a/docs/GitWorkflows.rst +++ b/docs/GitWorkflows.rst @@ -128,7 +128,7 @@ In Git, instead of performing SVN update, one pulls from the remote repository:: $ git pull --rebase origin master This will pull any new remote commits into your local repository and then replay -your current local commits ontop of those new commits. +your current local commits on top of those new commits. By default the '--rebase' flag is not necessary for the Swift repository because it is configured to always rebase by setting the 'branch.autosetuprebase' flag