Sorry for maybe stupid question. I know it is somehow possible, but could not find any tutorial how it can be done in practice. If I will fork someone's repo, apply my fixes to my fork. How I can test it? Can I somehow "install" my own fork of this repo into my application? Can somebody guide me how to do so (install my own fork into my application)?
Let's say there is repo on GitHub. I have installed it through NuGet packages. Then I have found some bugs in there. I am thinking I have a fix, so I have forked this repo into my own GitHub profile. Then I have cloned it, opened with Visual Studio, applied fixes, pushed back into my own fork. How I can test my fixes and use my own fork in my application X?