On Friday, January 23, 2015 11:31:40 AM you wrote:
> Arup Rakshit <arupraks...@rocketmail.com> writes:
> 
> > I asked git not to track any changes to the file .gitignore. To do
> > so I did use the command - git update-index --assume-unchanged
> > .gitignore.
> 
> You are not asking Git to do anything. You promised Git that you
> will make no changes to .gitignore, and then broke that promise.
> 
> Assume-unchanged is *not* "Ignore changes to this path".

Ok. How should I then ignore any local changes to the .gitignore file ? And 
while taking pull, git should skip this file ?
-- 
================
Regards,
Arup Rakshit
================
Debugging is twice as hard as writing the code in the first place. Therefore, 
if you write the code as cleverly as possible, you are, by definition, not 
smart enough to debug it.

--Brian Kernighan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to