this is my git code
git update-index --assume-unchanged conf/con.java
but,if I am try to perform a pull
git pull
the con.java will be changed, So how can I approach this issue? i do not want this file(con.java) to be changed while executing git pull.