From 681e207a80ec32b109378f9b19cc8a3ab3b48a99 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 3 Mar 2019 09:02:36 +0100 Subject: [PATCH] fixed typos in the README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1018586..8e07b3f 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,7 @@ Available options: like `HEAD`, `heads/xxx`, `tags/xxx`, `origin/xxx`, or any `refs/xxx`); * `--target` creates a reference for the tip of the split (can be any Git - reference like `HEAD`, `heads/xxx`, `tags/xxx`, `origin/xxx`, or any - `refs/xxx`); + reference like `heads/xxx`, `tags/xxx`, `origin/xxx`, or any `refs/xxx`); * `--progress` displays a progress bar; @@ -119,7 +118,7 @@ Available options: script); * `--scratch` flushes the cache (useful when a branch is force pushed or in - case of a cache corruption); + case of a cache corruption). Migrating from `git subtree split` ----------------------------------