Thursday, August 28, 2008

GIT - Ignore uncommitted changes in already tracked files

in order to ignore uncommitted changes in already tracked files, please refer to the git update-index --assume-unchanged documentation

http://www.kernel.org/pub/software/scm/git/docs/git-update-index.html

No comments: