I switched recently to a Bitbucket/git system to work on my code, and i\'m having some troubles understanding.
Here what I did:
You need to pull your changes in your local repo on computer A. Run the following (assuming your branch name is master)
git pull origin master
For a basic guide to git, check out http://rogerdudler.github.io/git-guide/