git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git pull not ignoring the file which has been sent to the temporary ignore list
@ 2015-01-23 18:27 Arup Rakshit
  2015-01-23 19:31 ` Junio C Hamano
  0 siblings, 1 reply; 10+ messages in thread
From: Arup Rakshit @ 2015-01-23 18:27 UTC (permalink / raw)
  To: git

Hi,

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.

[arup@sztukajedzenia]$ git status
# On branch MajorUpgrade
# Your branch is behind 'origin/MajorUpgrade' by 4 commits, and can be fast-forwarded.
#   (use "git pull" to update your local branch)
#
nothing to commit, working directory clean
[arup@sztukajedzenia]$ git pull origin MajorUpgrade
From rubyxcube.co.uk:sztuka-jedzenia/sztukajedzenia
 * branch            MajorUpgrade -> FETCH_HEAD
Updating 59a1c07..d7b9cd3
error: Your local changes to the following files would be overwritten by merge:
        .gitignore
Please, commit your changes or stash them before you can merge.
Aborting
[arup@sztukajedzenia]$

But you can see above, while I am taking `pull`, it is considering the file .gitignore. How should I tell `git pull` also not to consider the change the file, and skip it or something else ?

-- 
================
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-01-24 11:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 18:27 git pull not ignoring the file which has been sent to the temporary ignore list Arup Rakshit
2015-01-23 19:31 ` Junio C Hamano
2015-01-23 18:35   ` Arup Rakshit
2015-01-23 20:12     ` Stefan Beller
2015-01-23 21:14       ` Junio C Hamano
2015-01-23 21:38         ` Stefan Beller
2015-01-23 22:26           ` Junio C Hamano
2015-01-23 22:32             ` Stefan Beller
2015-01-24  3:50         ` Arup Rakshit
2015-01-24 11:03           ` Kevin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).