File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,31 @@ Fetch stats for specific user:
152152gitfetch username
153153```
154154
155+ ### Repository-Specific Stats
156+
157+ Display contribution statistics for the current local git repository:
158+
159+ ``` bash
160+ gitfetch --local
161+ ```
162+
163+ Shows commit activity over the last year, built from local git history
164+
165+ ``` bash
166+ gitfetch --graph-timeline
167+ ```
168+
169+ Displays git commit timeline, build from local git history
170+
171+ ** Current Limitations:**
172+
173+ - Only shows contribution graph and timeline
174+ - No repository metadata (stars, forks, issues, etc.)
175+ - No language statistics for the repository
176+ - Limited to local git history analysis
177+
178+ If you would like to expand this feature and and parse more repository data, please open an issue or submit a PR!
179+
155180### Cache Options
156181
157182Bypass cache and fetch fresh data:
You can’t perform that action at this time.
0 commit comments