f

remote

Added 2026-03-02

Fetch latest changes from the server and remove references to deleted remote branches.

Usage: git f

CLI Command

git config --global alias.f "fetch --prune"

.gitconfig Snippet

[alias]
  f = fetch --prune