zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
607 stars 76 forks source link

Feature Request : Restrict to push to specific branch #297

Open EaseTheWorld opened 3 years ago

EaseTheWorld commented 3 years ago

When implementing features, I usually make featureXXX branch and push to remote/featureXXX. But sometimes I forgot to make new one and use master and push to remote/master. Then the master owner has to rollback my push. I feel very stupid.

It would be great if GitToolBox can prevent this, by force-block or popup-block.