Closed g-akshay closed 1 year ago
After running the ./install.sh, the script makes the changes to the git files. Is there a way to revert the changes made by the script?
./install.sh
There is no uninstall script at the moment. You need to remove the lines from ~/.gitattributes and ~/.gitconfig using a normal text editor, and delete the symbolic link at ~/bin/diff-image.
~/.gitattributes
~/.gitconfig
~/bin/diff-image
After running the
./install.sh
, the script makes the changes to the git files. Is there a way to revert the changes made by the script?