From 15fe42de67c45345caaeb303bd87867b15d0b66c Mon Sep 17 00:00:00 2001 From: Eugene Sharygin Date: Mon, 22 Feb 2016 17:54:12 +0300 Subject: [PATCH] add missing preposition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcfae08..e9f58ce 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ Let's suppose you are working in a branch that is/will become a pull-request aga (my-branch)$ git commit -am "New awesome feature" ``` -If you want more control, and also preserve timestamps, you need to do something called an interactive rebase: +If you want more control, and also to preserve timestamps, you need to do something called an interactive rebase: ```sh (my-branch)$ git rebase -i master