We have a Git repository where we store our source control. Currently we can access this source control through Stash/Bitbucket.
We can get objects out of source control when we use the 'Connect to Workspace' option. Then we follow the steps to make sure we are sync'd (Green icon on each object).
The problem we are having is when we make changes to our object and do the git commit/push option. When we look in stash/bitbucket, the changes are not recorded. I can open up Visual Studio and it recognizes the change, but apparently the push to stash did not work.
any suggestions?