What do I need to do in the GitHub for Windows app to stay up to date with changes made to a project or repository hosted on GitHub?
I will most likely not be editing, but do want to stay aware of and incorporate the changes that are made to the project.
When I clone in desktop, using the GitHub for Windows GUI, one of the options I have is "Sync Branch", which is defined as "sharing your local commits on the server and pulling down changes from others". With whom am I sharing my local commits? Is it the origin source? And, whose changes am I "pulling down"?
It seems like the "sync branch" option in the GUI would do both (whether I want to or not).