Git 添加远程仓库

Add Remote Repository

git remote add origin https://github.com/username/repo.git

origin  https://github.com/username/repo.git (fetch)
origin  https://github.com/username/repo.git (push)