git fetch - deptno/deptno.github.io GitHub Wiki

git-fetch

git fetch --all
git fetch origin master:master

remote <-> local 동기화

git switch some-branch
git fetch origin master:master

link