leo
leo
> @love-linger Is it possible by sourcegit to ignore the "external diff tool setting" defined in the `gitconfig`? I'm trying to make it possible...
Why not use `Stash` if you want to keep worktree clean and up to date to `HEAD`, and also save the changes before to another place?
> I've the same requirement. Switching branches asks how to deal with changes. The last choice is restored and if you're a little bit off you'll discard your changes. >...
I decide not to record the last selected handling method for uncommitted local change anymore. Instead, the default option is `Do Nothing` (let git decide how to handle it -...
SourceGit does not use this hotkey. And I can use `Ctrl+` to trigger `PixPin` (a screenshot app, it use `Ctrl+` to switch captured screenshots) while focusing on `SourceGit`
> I believe, the issue is somewhere in the [Launcher.OnKeyDown](https://github.com/sourcegit-scm/sourcegit/blob/master/src/Views/Launcher.axaml.cs#L108) method.  * At line 113, `SourceGit` just cleans the `_unhandledModifiers` * From line 116 to 120, the code is...
I have no idea about how to do this. If you know the exact git commands, you can directly create a `Custom Action` without using the functions provided by `SourceGit`.
> Why is this happened over and over? Can you prevent that from happening? Whats the options here, i am curious. * `SourceGit` does not have a valid digital signature,...
> You can apply for open source signing via https://signpath.org/ I use it for my app and it solved these issues (at least with MS Defender). You may still get...