Show-History Show recent saved points in a readable form.
Description
Show-History returns the most recent saved points (commits) for the active project folder, with the short identifier, date, author, and message for each. Run it after Save-Work to confirm the saved point was recorded, or any time you want to inspect recent work.
By default, Show-History returns structured objects you can pipe and filter. With -Graph, it prints a visual graph (with branching and merging) directly to the host instead - useful for seeing how working areas relate.
Recipes
Show-History
Show-History -Count 5
Show-History -Graph -Count 30
Notes
A saved point in the history may still be local only if your active working area is ahead of the published version. Use Save-Work without -NoPush to publish, or check Find-CodeChange and Show-Remote to see the state.
Parameters
Was this page helpful? Report an issue or suggest an improvement →