From 3b8df89962059e30490fd1837ea2bce71a3c3651 Mon Sep 17 00:00:00 2001 From: Roland Date: Sun, 20 Sep 2015 18:52:48 +0000 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 253fcaf..99d7a0a 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ git archive master --format=zip --output=master.zip git add --all && git commit --amend --no-edit ``` -## Purnes branches that have been deleted in the remote. +## Prunes branches that have been deleted in the remote. ```sh git fetch -p ```