$ git remote add origin-flit 원 저장소 주소 $ git remote -v originhttps://github.com/brownbears1/flit.git (fetch) originhttps://github.com/brownbears1/flit.git (push) origin-flithttps://github.com/takluyver/flit.git (fetch) origin-flithttps://github.com/takluyver/flit.git (push) 외부 저장소 최신 내용 가져오기 $ git fetch origin-flit 다음 merge를 할 브랜치로 변경한 다음, 위에서 가져온 최신 내용을 merge $ git checkout master $ git merge or..