From 77ecc37235b465020afebc040678c4afba35aa36 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 11 Aug 2021 12:40:46 +0200 Subject: [PATCH] :sparkles: add git flow delete branches --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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