From 10fd72290c3384dc04fcc76421b4bfef2d7b4687 Mon Sep 17 00:00:00 2001 From: James Skemp Date: Sat, 11 Sep 2021 06:31:20 -0500 Subject: [PATCH] Add remote update command --- src/collaboration.md | 3 +++ 1 file changed, 3 insertions(+) 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 ```