git remote란?git remote 명령어는 원격 저장소를 관리하는 명령어입니다.원격 저장소는 Github, Gitlab, Bitbucket과 같은 플랫폼에서 호스팅된 저장소를 의미합니다. git remote 명령어 공식문서 바로가기 Git - git-remote DocumentationWith no arguments, shows a list of existing remotes. Several subcommands are available to perform operations on the remotes. add Add a remote named for the repository at . The command git fetch can then be used to create and update re..