Fixing function name

This commit is contained in:
Marcus Voltolim 2025-01-24 16:39:02 -03:00
commit b04c472cc8
No known key found for this signature in database
GPG key ID: BF9E1E57EE9BE49A

View file

@ -18,7 +18,7 @@ You can change the fetch interval in your .zshrc:
GIT_AUTO_FETCH_INTERVAL=1200 # in seconds
```
A log of `git fetch --all` will be saved in `.git/FETCH_LOG`.
A log of `git-fetch-all` will be saved in `.git/FETCH_LOG`.
## Toggle auto-fetch per folder