dotify icon indicating copy to clipboard operation
dotify copied to clipboard

dotify github does not pick up on removed dotfiles

Open JoelQ opened this issue 13 years ago • 2 comments

The following sequence of events is giving me an issue:

  • I removed a dotfile using dotify unlink.
  • I used dotify save
  • I got a message that said No files have been changed in Dotify. Would you like to push these changed to Github? [Yn]
  • I said Y
  • I get a message that said Pushing up to Github... Successfully pushed!

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

JoelQ avatar Jul 26 '12 18:07 JoelQ

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 avatar Jul 26 '12 18:07 mdespuits

See the CHANGELOG for upcoming work on this issue.

mdespuits avatar Aug 06 '12 05:08 mdespuits