add git flow delete branches

This commit is contained in:
dannydannydanny 2021-08-11 12:40:46 +02:00 committed by GitHub
parent 34553e11bd
commit 77ecc37235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,9 @@ git merge --no-commit --no-ff <feature/otherfeaturebranch>
# get file from another branch
git checkout <otherbranch> -- path/to/dir
# delete branches not present on remote
git remote prune origin
```
#### Submitting multiple PRs