From 699cb93cf2a28e4331ad9157592e0f74afd3516c Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Sat, 7 Mar 2026 11:44:07 +0800 Subject: [PATCH] docs: add missing attributes command to README Add the interactive .gitattributes generator (gat) to the Features section, which was present in the source code and alias list but missing from the feature list. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a5a078..fe0a0d0 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ If you're having issues after updating, and commands such as `forgit::add` or al ![screenshot](https://raw.githubusercontent.com/wfxr/i/master/forgit-gi.png) +- **Interactive `.gitattributes` generator** (`gat`) + - **Interactive `git diff` viewer** (`gd`) - **Interactive `git show` viewer** (`gso`)