gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

Handle different workflow

Open Seluj78 opened this issue 1 year ago • 0 comments

Hi !

First of all, thank you very much for gitbutler ! It's really interesting!

My usual workflow when coding is

  • checkout the develop branch and update it with a git 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 👀

Seluj78 avatar Feb 16 '24 22:02 Seluj78