]> Freerunner's - dotfiles.git/commit
Revert "gitignore: ignore mako's config because flavours"
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 22 Jul 2025 00:27:00 +0000 (02:27 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 22 Jul 2025 00:53:05 +0000 (02:53 +0200)
commit872040b2f3e7633075a4013f8a456d6b7ef8eed7
tree8470ecc3bf2393637d1720028821f068624be6e4
parent9fec0d291c91484e83b573e528eff11941df0a41
Revert "gitignore: ignore mako's config because flavours"

This reverts commit 9fec0d291c91484e83b573e528eff11941df0a41.

from https://stackoverflow.com/questions/9794931/keep-file-in-a-git-repo-but-dont-track-changes :
git has a different solution to do this. First change the file you do not want to be tracked and use the following command:
git update-index --assume-unchanged FILE_NAME
and if you want to track the changes again use this command:
git update-index --no-assume-unchanged FILE_NAME
.gitignore
dot-config/mako/config [new file with mode: 0644]