Scott Chacon
Scott Chacon
It would be cool to have multiple "profiles" (different email addresses for example) where some are used in professional projects and others in personal or open source projects for example....
If you collapse a lane and then it gets auto-unapplied by a merge conflict, when you view it, it's still collapsed. Not in the workspace, but in the "let me...
If you start "staging" changes for the next commit by checking the files/hunks, then cancel the commit and then start a new commit, it would be nice to persist the...
Adds a section to project settings to allow user to choose a different push remote from the target branch remote in the case that we see more than one remote....
@krlvi feature flagged the advanced commits, but in a way that it's still only the head that works if the flag is on. This should fix it.
Each commit has a change-id added to it's header field so we can more easily track patches by unique ids
It would be nice to have a way to delete local/remote branches directly from GitButler.
This PR is an experiment with performing our rebasing operation in a similar manner to how jj does it, where instead of stopping, we record the state of the conflict...
This PR exercises the Patch Stack APIs so we can experiment with what this might look like.