Push my cordova project on VS to TFS
I have an existing Cordova project on visual studio 2015 and i need to push it on Team Foundation Server so how?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ali HaiderPosted Sep 4, 2016, 11:55 AM
Since a git push should work, check if you didn't add and commit a huge file in your project.
Or at least, try
Both cases were seen in "Git hangs while writing objects".
But if
git statusreports "Your branch is up to date with origin master.", then the previous push must have succeeded. At least try agit fetchto check if the remote repo updates anything.