diff --git a/README.md b/README.md index d8371e9..1d43c3f 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ git merge --no-commit --no-ff # get file from another branch git checkout -- path/to/dir + +# delete branches not present on remote +git remote prune origin ``` #### Submitting multiple PRs