I have a project hosted on bitbucket
, access it on my machine normally and update the files like this:
git add.
git commit -m 'novo nome'
git push
The data goes to good cloud.
My question is: When I have another machine, how do I "pull" the updated data and keep working?