AdelKS / LinuxGamingGuide

Linux Gaming Guide - An incomplete compilation of things I came across that may improve your gaming experience on Linux
385 stars 16 forks source link

Add GOverlay #1

Closed spannerman79 closed 3 years ago

spannerman79 commented 3 years ago

A GUI based configurator that can configure MangoHUD as well as a couple of other useful bits that come in handy when gaming - ie vkBasalt

Newbytee commented 3 years ago

Hi, not the maintainer here, but usually when you have a fixup commit like this you merge it back into the original commit. This can be done by rebasing and then force-pushing. Something like this:

git rebase -i HEAD~2
git push -f

Note that you should not do this in public repositories as this can cause issues with history, but in pull requests it's how you usually do things to keep the commit history clean.

AdelKS commented 3 years ago

Thanks for the addition @spannerman79 !

@Newbytee nice suggestion, such a small change usually needs to be in one commit.