isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

Feature Request: Configuration option to rebase instead of merge in Pull mode #117

Open tobiasadam0770 opened 2 years ago

tobiasadam0770 commented 2 years ago

A really helpful tool, thanks a lot!

Sadly the current implementation of Pull mode does not work for me, because it seems to always merge the fetched remote. It would be really cool if it was possible to configure Pull mode to do a rebase instead of a merge, which is needed by my current workflow.