I'm trying to use VSTS to manage my project/code/bugtracking for a python based project I'm working on. The code is stored in github. What I'm trying to do is to set up VSTS such that when I push new commits from my local (which is edited in pycharm, committed locally, then pushed to github) these changes reflect in VSTS. I've been able to clone the repo into vsts, but it never sees any further changes I make in PyCharm. Ideally, I'd like to be able to reference stories/bugs/etc from vsts when i do a PyCharm commit, and then on refresh in VSTS I'll see that bug mark closed, commit made, etc.
At this point however, any changes that i push to github are not reflected in VSTS...how do I need to set this up so that changes in my github repo are reflected in vsts directly?