mdespuits / dotify

A CLI Tool for managing your dotfiles.
http://mattdbridges.github.com/dotify
MIT License
158 stars 10 forks source link

dotify github does not pick up on removed dotfiles #12

Open JoelQ opened 12 years ago

JoelQ commented 12 years ago

The following sequence of events is giving me an issue:

However the changes did not show up in my repo. I went to the .dotify directory and ran git status. Sure enough, the changes were there but hadn't been staged or commited. I had to do that manually.

In a nutshell: dotify save does not catch dotfiles removed with dotify unlink

mdespuits commented 12 years ago

Yes, I am familiar with this issue as I have run into it a few times myself. I am currently in the process of re-writing a lot of the backend powering the CLI (see master..cli-refactor diff). There is still quite a bit to be done, but this will (I hope) prove to be included in the next minor release.

So for now, you still have to do your git removals by hand...sorry 'bout that.

mdespuits commented 12 years ago

See the CHANGELOG for upcoming work on this issue.