Merge pull request #34 from Yonaba/patch-1

Fixed typo
This commit is contained in:
hemanth.hm 2015-09-21 08:53:33 +05:30
commit 9bf3440e0e
1 changed files with 1 additions and 1 deletions

View File

@ -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
```