From 4522e5d65578496ec58cc0d35ddcd01b09f039bf Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 27 Apr 2026 08:32:49 -0700 Subject: [PATCH] readme: remove git watch section --- readme.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/readme.md b/readme.md index d276627..a657d2e 100644 --- a/readme.md +++ b/readme.md @@ -61,18 +61,6 @@ function recent end ``` -# `git watch` - -`git watch` provides a streaming perspective of changes and commits in your current branch. This is particularly useful for monitoring an automated coding agent or your own background work. - - git watch - -- Displays `git show` when a new commit is made. -- Displays `git diff` when tracked files are modified. -- Displays full content of new untracked files. -- Uses your configured pager (e.g. `delta` or `diff-so-fancy`) for formatting without blocking. -- Uses `watchexec` for high responsiveness if available, or falls back to polling. - -------------------------------- # `git recent-og`