Skip to content

Commit 47a525a

Browse files
committed
Purnes -> Prunes
1 parent af941c0 commit 47a525a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* [rebases 'feature' to 'master' and merges it in to master ](https://github.com/git-tips/tips#rebases-feature-to-master-and-merges-it-in-to-master)
5454
* [Archive the `master` branch](https://github.com/git-tips/tips#archive-the-master-branch)
5555
* [Modify previous commit without modifying the commit message](https://github.com/git-tips/tips#modify-previous-commit-without-modifying-the-commit-message)
56-
* [Purnes branches that have been deleted in the remote.](https://github.com/git-tips/tips#purnes-branches-that-have-been-deleted-in-the-remote)
56+
* [Prunes branches that have been deleted in the remote.](https://github.com/git-tips/tips#prunes-branches-that-have-been-deleted-in-the-remote)
5757
* [Retrieve the commit hash of the initial revision.](https://github.com/git-tips/tips#retrieve-the-commit-hash-of-the-initial-revision)
5858
* [Visualize the version tree.](https://github.com/git-tips/tips#visualize-the-version-tree)
5959
* [Deploying git tracked subfolder to gh-pages](https://github.com/git-tips/tips#deploying-git-tracked-subfolder-to-gh-pages)
@@ -381,7 +381,7 @@ git archive master --format=zip --output=master.zip
381381
git add --all && git commit --amend --no-edit
382382
```
383383

384-
## Purnes branches that have been deleted in the remote.
384+
## Prunes branches that have been deleted in the remote.
385385
```sh
386386
git fetch -p
387387
```

tips.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"tip": "git add --all && git commit --amend --no-edit"
211211
},
212212
{
213-
"title": "Purnes branches that have been deleted in the remote.",
213+
"title": "Prunes branches that have been deleted in the remote.",
214214
"tip": "git fetch -p",
215215
"alternatives":["git remote prune origin"]
216216
},

0 commit comments

Comments
 (0)