✨ add git flow delete branches
This commit is contained in:
parent
34553e11bd
commit
77ecc37235
1 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ git merge --no-commit --no-ff <feature/otherfeaturebranch>
|
||||||
|
|
||||||
# get file from another branch
|
# get file from another branch
|
||||||
git checkout <otherbranch> -- path/to/dir
|
git checkout <otherbranch> -- path/to/dir
|
||||||
|
|
||||||
|
# delete branches not present on remote
|
||||||
|
git remote prune origin
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Submitting multiple PRs
|
#### Submitting multiple PRs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue