Documentation

Morning check for local Git repositories at login
Post Reply
Didier
Site Admin
Posts: 29
Joined: Fri Jul 17, 2026 4:29 pm

Documentation

Post by Didier »

DTL Morning is a small Windows startup helper that checks local Git repositories and shows a morning summary in a Windows message box.

The script scans a root folder for Git repositories, checks their status, and tells you what needs attention:

unstaged or untracked files to save
staged changes to commit
remote commits to synchronize
local commits to publish
If everything is clean, it displays a calm "no action required" message. The same dialog also offers to open the XAMPP control panel when Apache does not seem to be running.

See:
https://netdtl.com/DTLmorning_en.html
https://netdtl.com/DTLmorning.html

Repo: https://github.com/DidierMorandi/DTLmorning
Post Reply