로딩...

git-fetch

git fetch --all
git fetch origin master:master

remote <-> local 동기화

git switch some-branch
git fetch origin master:master