horeah / PyCmd

Improved interactive experience for Windows' cmd.exe
GNU Lesser General Public License v3.0
18 stars 4 forks source link

Renamed files are not "caught" by the git prompt #21

Closed ufo closed 3 months ago

ufo commented 3 months ago

Closes #19

> git mv a.py b.py
> git status --porcelain
R  a.py -> b.py