I use TortoiseGit 1.8.3. I changed one of the files: Makefile, but I want to not offer commit it to me every once in a Git Commit. I added it to the \"delete and add to ignore l
Answer for TortoiseGit 1.8.15, Git 2.6.1. There is no need to revert to the command line, all functions are directly available in TortoiseGit. I've tried to summarize the various ways how this function is accessible. I assume that the reader knows what "assume unchanged" means. Here is easy documentation about this feature. Or the original documentation about --assume-unchanged or git ls-files.
There are three possibilities in TortoiseGit: in the Commit dialog, the Working Tree dialog (Check for Modifications) or in the Log Messages dialog (only when Working dir changes entry is selected). From one of these dialogs do the following:
Assume Unchanged
From any file list in Windows Explorer do the following:
Git tabAssume valid/unchangedTortoiseGit allows to remove the flag only from the Working Tree dialog (check for Modifications).
Show ignore local changeds flagged filesassumed valid or skip worktree flag will be shown below the normal changed filesUnflag as skip-worktree or assume-unchanged
From any file list in Windows Explorer do the following:
Git tabAssume valid/unchanged