diff --git a/pages/common/git-fetch.md b/pages/common/git-fetch.md index 1db31a09dc..d10b15843c 100644 --- a/pages/common/git-fetch.md +++ b/pages/common/git-fetch.md @@ -2,6 +2,10 @@ > Download objects and refs from a remote repository +- Fetch new branches and update remote-tracking branches + +`git fetch {{remote_name}}` + - Fetch the latest changes from all remote git servers `git fetch --all`