Philippe Miossec
Philippe Miossec
> I don't store my gits on git hub I store them on a internal networked drive. You also have the possibility to map the network share to a local...
@eng-marani It's really something where the fix is much easier to develop by someone having the problem (especially when it requires specific hardware). So if you have a little knowledge...
❤️ Little advice: don't work in `master` and create your own branch based on upstream `master`
https://github.com/gitextensions/gitextensions/wiki/How-To%3A-build-instructions#build-solution I don't know it really required VS 2022 but yes it needs .net 6 sdk
Have you initialized all the submodules?
Yes, me neither. VS only for C# projects. But the 1st step is to see if you are able to build from command line with the command line provided in...
If command line is successful, maybe you will be able to build with VS2019 also...
You could find some tutorial on the web that will explain all the process of creating a PR (better than what we will probably do). For example (with a good...
Fixed by #9908 ? Could you test the development version to confirm?
I wonder if this feature could not be linked to an improved support of the `.git\description` file... Which has already an impact on GitExtensions: * Without value in this ...