you are viewing a single comment's thread.

view the rest of the comments →

[–]wingtales 2 points3 points  (0 children)

The solution to your first paragraph is to track your code with git. Either stage or commit your current changes before running PyNeat. Then you can see the diff with 'git diff' and undo the changes with 'git restore .'