I would like to know is there any way we can sync the Git repository with the Git Integrated with VSTS. For example, say I have a Git repository "https://github.com/test/TestProject" and I have imported this Git repo in VSTS. Now my VSTS Git repository URL say "https://testuser.visualstudio.com/test/_git/TestProject".
I want to sync these two things and keep always updated. Like If I'm making any changes in the direct Git repo, it should reflect in the VSTS Git repository. Even if it's through any build definitions or any pull request, its fine.
Can someone help me in this?
