I use the tool from
Get the .NET Framework Fast - Download the smallest .NET Framework Distribution possible[^] Checks the framework version.
I use the tool from
Get the .NET Framework Fast - Download the smallest .NET Framework Distribution possible[^] Checks the framework version.
I agree, you have to use branches. Don't be afraid of adding new branches, it's the way to go. You can work on a new feature (in your new branch) and as soon as you need to bugfix something urgent, you simply switch to another branch and fix the bug and commit it / push it. Then you can jump back to your feature branch and continue adding stuff. some good documentation: http://rypress.com/tutorials/git/branches-1.html[^] https://www.atlassian.com/git/tutorials/using-branches[^]