Closed
Description
Hello, great work with this tool indeed. It is great and very helpful. Thank you so much.
My question is related to the possibility of prevent the deletion of what the branch gh-pages
have. I'm trying to build a workflow for my team that allow every developer to create a version of his branch in a GitHub page subfolder. The issue is that every time a PR is opened, the branch is overwritten and the content of the other developer is deleted.
There is a way to do something like that with this tool? Like using git add --all
or something.