datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

`git mv` onto untracked file, remains untracked #395

Closed mih closed 1 year ago

mih commented 1 year ago

I had touch X, which lead to the addition of an "untracked" item in the browser...good. Then I git mv otherfile X. This had X remain "untracked", although git status would report it "renamed".