f
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