Toby Suggate
Toby Suggate
Thanks for the screen shots. You have selected the payload tab for load_commits_and_refs which contains the request, but I need the preview or response tab to see the error message...
That's interesting. As you say, it should work. In case you haven't tried, I often have to log out or restart in wayland after I change settings like that before...
I can't try it on a clean vm atm, but it shouldn't be a dll problem. Some guesses: - You probably need more than one core assigned to your vm...
It looks like it can't resolve yarn? Is your pre-commit hook and yarn both working at the command line?
Oops. Thanks for reporting.
> I don't even understand how it would be possible to work without rebasing. Surely someone will have pushed in stuff into the trunk after you branched from it and...
I think you should do what the project you are contributing to requires. I don't think there is one true way to use git. I think the default option in...
You branch when you when you create the branch. You merge from main into your branch as you go. The branch I am working on has the latest changes from...
It's pretty rare that I care about individual commits when I review a merge request. I'm also more concerned about junior devs making merge conflict/rebase/force push mistakes than I am...
@amraei Have you tried the latest version of gitfiend? There is now an option for reset. It also lets you pick between soft/hard, but only when the outcome will different.