avoid git repo changes through styler for tracked files #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, some files will be changed by styler whenever it switches to another color scheme that are also trackde by the dotfiles git repo and thus constantly show as non-staged changes in git. Either changes should happen in a non-tracked location (such as
.cacheor.local) or the files need to be removed some other way from the working tree.