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