Clear Avatar Cache command removes all cached avatar images that were fetched for commit authors and committers.
Usage
Command Palette
- Press
Ctrl+Shift+P(orCmd+Shift+Pon macOS) to open the Command Palette - Type “Git Graph: Clear Avatar Cache”
- Press Enter
Command Details
neo-git-graph.clearAvatarCache(neo) Git Graph
Clear Avatar Cache
What It Does
This command clears the internal avatar cache managed by the extension. Avatar images are fetched from services like GitHub, GitLab, or Gravatar based on commit author and committer email addresses.When to Use
You might want to clear the avatar cache when:- Avatar images are not displaying correctly
- You’ve updated your profile picture on GitHub/GitLab/Gravatar
- You want to free up storage space
- You’re troubleshooting avatar-related issues
Related Settings
neo-git-graph.fetchAvatars- Enable/disable fetching avatars (default: false)
By enabling avatar fetching, you consent to commit author and committer email addresses being sent to GitHub, GitLab, or Gravatar, depending on your repository’s remote origin.