c - libgit2 push... update workcopy after push? -


i trying push local changes remote git repository. using code, more or less resembles 1 here: how push git repository through ssh using libgit2

and works. can add file, commit , push remote repository. when clone remote repository expect it. however, there seems 1 little detail, missing.

when 'git status' on local, get: branch ahead of 'origin/master' 1 commit.

i can 'git push; , response 'everything date'. after 'your branch...' message gone.

the local repository not seem notified push, though done correctly.

what else have do?


Comments