로딩...

git-fetch

sh
git fetch --all
git fetch origin master:master

remote <-> local 동기화

sh
git switch some-branch
git fetch origin master:master