diff --git a/src/collaboration.md b/src/collaboration.md index 776d0a0..d75e1d7 100644 --- a/src/collaboration.md +++ b/src/collaboration.md @@ -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 ```