mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-13 08:56:20 -04:00
readme: remove git watch section
This commit is contained in:
parent
efe01c08ef
commit
4522e5d655
12
readme.md
12
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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue