GitEasy

« All commands

Find-CodeChange Show a friendly summary of what has changed in your project folder.

Read-Only GitEasy v1.5.3

Description

Find-CodeChange is the GitEasy-first replacement for raw git status. It returns a structured object describing the project location, the active working area, whether the folder is clean, and counts of changes broken down by staged, unstaged, and untracked.

Run it before Save-Work when you want to see what is about to be saved, or any time you want a readable summary of the current state.

Recipes

Recipe 1
EXAMPLE 1
Find-CodeChange
Recipe 2
EXAMPLE 2
Set-Location <path-to-your-repo>; Find-CodeChange

Notes

A clean working area does not always mean everything has been published. If Find-CodeChange shows IsClean=True but Save-Work still finds work to publish, that is correct - it means there are saved points that have not been published yet.


Was this page helpful? Report an issue or suggest an improvement →