From fc0fb2ba3670d37f31a07534b1c77d2224e6f31d Mon Sep 17 00:00:00 2001
From: Tommy Guo
Date: Tue, 3 Feb 2026 11:02:25 -0500
Subject: [PATCH] Enhance README with Git integration and formatting
Updated README.md to include new sections for Git integration and improved formatting.
---
README.md | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 7cc8fef..13c5bcc 100644
--- a/README.md
+++ b/README.md
@@ -69,9 +69,7 @@ difi
(back to top)
-## Integrations
-
-#### Neovim
+## Neovim Integration
Get the ultimate review experience with **[difi.nvim](https://github.com/oug-t/difi.nvim)**.
@@ -86,6 +84,22 @@ Get the ultimate review experience with **[difi.nvim](https://github.com/oug-t/d
+(back to top)
+
+## Git Integration
+
+To use `difi` as a native git command (e.g., `git difi`), add it as an alias in your global git config:
+
+```bash
+git config --global alias.difi '!difi'
+```
+Now you can run it directly from git:
+```bash
+git difi
+```
+
+(back to top)
+
## Contributing
```bash
@@ -126,3 +140,4 @@ Contributions are especially welcome in:
+