Skip to content

Commit 0517341

Browse files
committed
close #290 cleanup command fails for multiple delivered branches
1 parent faeed63 commit 0517341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ git phlow cleanup
199199
cleanup is for tidying up the git workspace. As you follow the workflow a lot of branches prefixed with `delivered/` will be in the workspace, and should just be deleted if they have been successfully integrated. Running the command will remove these branches locally and remote as well. A local version of this command is available, and will just remove the local branches.
200200
Some branches can not be deleted, because git cannot detect if they have been integrated into the integration branch. That can be due to a rebase or squash. Those can be deleted with the `force` flag.
201201

202+
git cannot always detect if a branch have been integrated,so for those you have to run delete with `--force`
203+
202204
### config
203205
```
204206
git phlow config

0 commit comments

Comments
 (0)