codymikol / git-down

A rewrite of the popular project GitUp that works in Linux, Mac, and Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot stage deleted files

codymikol opened this issue · comments

not sure when this was introduced...

stage all works fine though

Looks like we need to add setUpdate to true when staging a deleted file, this might be tricky since we are currently only passing the locattion for some reason...

blocked by #79