Search

git fetch

Requirements
To follow this setup, it is required to have following …
No Requirements
Fetch [git fetch]
Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description of <refspec> below for ways to control this behavior)
Synopsis [git fetch --<synopsis>]
git fetch [<options>] [<repository> [<refspec>]] git fetch [<options>] <group> git fetch --multiple [<options>] [(<repository> | <group>)…] git fetch --all [<options>]
YAML
복사
SourceTree
1.
Click Fetch from the Toolbar
Commonly Used Commands
Default fetch
git fetch
Fetch remote branch
git switch -t <remote name/branch name>

Reference