On Tue, Mar 06, 2018 at 10:41:12AM -0800, Duane Knesek wrote:

> Say I have a huge source tree.  And I know that only files X, Y, and Z have 
> changed.  Is there a way (through a plug-in or otherwise) for me to tell 
> git to ignore every other file when I do a status, commit, etc.?  

Yes.
Read the git-update-index manual page about the "--assume-unchanged"
option supported by that command.

Searching the 'net for the git+assume+unchanged should have you covered with
tutorials.

Be sure to be careful with this facility though.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to