Add remote update command

This commit is contained in:
James Skemp 2021-09-11 06:31:20 -05:00
parent daa9c75a77
commit 10fd72290c
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@ git push origin master
# Sync with the repo this was forked from / the remote associated with 'upstream.'
git pull upstream master
# Fetch from all remotes, by default, unless remotes are setup in the config.
git remote update
```