0
Completed

Add command to ignore files in only in local repository

Luiz Americo Pereira Camara 7 years ago updated by Thomas Singer 7 years ago 1

Git allows to ignore files only in local repository


Basically add the ability to accomplish the following command through the GUI:


git update-index --assume-unchanged -- file1 file2

The opposite command should be also available:


git update-index --no-assume-unchanged [<file> ...]
Completed

Local | Toggle 'Assume-Unchanged' is your friend.