DTLmorning - Reference Manual

Descriptive reference for the morning local Git monitoring assistant.

Type: PowerShellOutput: Windows dialogMode: read-only

Role

DTLmorning provides a short summary of the state of local Git repositories in order to show which actions deserve attention at the beginning of a Windows session.

Git Analysis

Discovery

The script recursively searches for folders containing .git from a configured root folder.

Local state

It distinguishes modified files, untracked files, staged items and synchronization state with the remote branch.

Action Priorities

The logic classifies repositories by the most immediate need: save files, commit staged work, push local commits or fetch remote commits. The classification is descriptive and does not modify any repository.

Display

The output is a Windows dialog box. It condenses the number of affected repositories, the main actions and a simple estimate of the time required.

Limits