gitbutler
gitbutler copied to clipboard
Handle different workflow
Hi !
First of all, thank you very much for gitbutler ! It's really interesting!
My usual workflow when coding is
- checkout the
developbranch and update it with agit pull - Create a new branch
- do my work there
- commit and push
- do the PR and update as necessary this branch
While this works great using the git CLI, I can't seem to make it work nicely with gitbutler. Trying to apply existing branches, commiting to them and then checking them out manually will produce weird bugs like duplicates ...
I'd love some help on how to properly use gitbutler, especially since I'm the only one using it in my company 👀