I have MSVS 2013 + git 1.8.4 + git-extensions 2.47.3 on local machine and gitolite 2.3-1 on remote server
I could clone commit and push my project (git@server.example.co
As a workaround, I use git command prompt (invoked by clicking Open Command Prompt in Action dropdown on Team Explorer).
It already opens in the git repo directory, so pushing (after you have committed your changes locally) is as fast as invoking the command prompt and executing git push
command, not much effort over clicking Sync. :)