Is it possible to push directly to the main (base) branch? #10104
-
Hi! First of all, this is an awesome project! I work on repositories where we use a mixture of PR and direct commits. New features are typically added through PRs but typo fixes, code comments, and release versions are committed directly. PRs are a no-brainer in GitButler. Direct commits, however, seem to be more awkward. Or perhaps I'm missing something. My current approach is to create a branch that has the same name as my main branch and then push it. Unfortunately, when synching changes, the branch gets deleted (even when the option is unchecked). This is probably a side-effect of how GitButler handles workspaces. So my question is: Is it possible (by design) to push directly to the main (base) branch? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks so much for reaching out! This isn't officially possible yet, but it will be - the single-branch mode is already in internal testing in read-only mode, and once we have a few more features working it will roll out as experimental setting in the latest Nightly build. |
Beta Was this translation helpful? Give feedback.
Thanks so much for reaching out!
This isn't officially possible yet, but it will be - the single-branch mode is already in internal testing in read-only mode, and once we have a few more features working it will roll out as experimental setting in the latest Nightly build.