Get-Updates Get the latest updates from where the project is published, without merging them.
Description
Get-Updates checks the published location for new saved points that other people have added since you last looked, and downloads them locally without changing your working area. It is the safe "what's new on the team's side" command - it never merges, never overwrites your work, and never publishes anything.
Use it before Save-Work when you want to know whether a teammate has pushed new changes. The returned object reports how many new saved points were fetched. To incorporate them into your active working area, use Save-Work (which pulls with rebase before publishing) or stay outside Save-Work entirely if you just wanted to look.
Recipes
Get-Updates
Get-Updates -RemoteName origin
Notes
Read-only with respect to your working area. Does fetch from the remote, which writes new objects to your local Git database; Save-Work decides whether and how those updates are applied.
Parameters
Was this page helpful? Report an issue or suggest an improvement →