From 9fcf27a4c507e73ff1a9ab77ab7bf11042a91f9c Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 14 Jan 2026 07:25:15 -0800 Subject: [PATCH] Add note to commit often while working --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index cd1db59..1f491d6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -38,7 +38,7 @@ Key hosts: ## Git Workflow -Use feature branches for all changes. Do not commit directly to main. +Use feature branches for all changes. Do not commit directly to main. Commit often while working to preserve progress. ```bash # Create a feature branch