Replies: 1 comment 4 replies
-
Virtual branches are very clever and feel very nice to use, but they are difficult to integrate with other git tooling. Git-branchless is nice in that it is entirely invisible to git. As for the workflow, I find that stacked commits/branches solve most of what I'd want to use GitButler for. If I am working on A, I can have a commit for it. If I fix a bug while working on it, I can fix it and place the fix commit before A. Then before releasing my changes, if the changes are independent, I can move A to main again and push it. If not, I make stacked PRs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm impressed that you can create virtual branches, staging and commit, submit to each virtual branch.
I'm curious to know what you think.
Beta Was this translation helpful? Give feedback.
All reactions