fix
fix copied to clipboard
Fix it
Results
2
fix issues
Sort by
recently updated
recently updated
newest added
The current README points to release v0.1. It should, however, point to v0.3 - or simply to the latest release. This PR fixes that.
The GetLastCommand method was returning null when executing 'fix' on a Powershell instance inside Windows Terminal, which has a 'PS' prefix like the snippet below. `PS C:\Users\Ronald\Desktop\projects\fix\Fix\bin\Debug\net5.0\win-x64> git pu` Fixers...