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
The following sequence of events is giving me an issue:
dotify unlink.dotify saveYHowever the changes did not show up in my repo. I went to the
.dotifydirectory and rangit status. Sure enough, the changes were there but hadn't been staged or commited. I had to do that manually.In a nutshell:
dotify savedoes not catch dotfiles removed withdotify unlink