Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 195 Bytes

fetch.md

File metadata and controls

7 lines (4 loc) · 195 Bytes

All commands with "fetch"

Fetch remote repo changes

Download the changes from a remote repo but will not perform a merge on your local branch (as git pull does that instead).

git fetch