Pushing and pulling

Now that you've created a Remote Repo, it's time to see how synchronization works between the Remote Repo and the Local Repo. After making Commits on the Local Repo, the changes are not automatically synchronized to the Remote. This is because changes can be undone, or because the developer doesn't have internet access. For this reason, new Commits and branches remain, by default, on the Local Repo only, until you explicitly Upload (or Push). To Push changes, you click on the Push button:

Pushing local changes to a Remote Repo

To download the latest changes from an existing Repo and merge them into the Local Repo, you click ...

Get Mastering Unity 2017 Game Development with C# - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.