Git Cheat Sheet/Update remotes

Fetch updates for configured remotes.

Section: Selected Server and Admin Commands

Update remotes

bash
bash
git remote update

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Selected Server and Admin Commands
List remotes
Show remote names and URLs.
OpenIn sheetbash1 tag match
Add origin remote
Add a remote repository.
OpenIn sheetbash1 tag match
Clone via HTTPS
Clone a remote repository.
OpenIn sheetbash1 tag match
Change remote URL
Update fetch and push destination.
OpenIn sheetbash1 tag match
Fetch from origin
Download remote refs and objects.
OpenIn sheetbash1 tag match
Delete remote tag
Remove a tag from the remote.
OpenIn sheetbash1 tag match