I have master repository at server and i have local clone from this.
I do at local: change test.txt
git add test.txt
git commit -m 'test'
git push origin master
after this i dont see changes at test.txt. at git status i see
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: test.txt
i try
git merge _commitname
and see:
Already up-to-date.
thanks in advance and sorry for bad english.
UPD
git version 1.8.5.3 – at server
git version 1.8.5.2.msysgit – at client
diff:
--- test.txt
+++ test.txt
...[characters from test.txt]