← 返回教程列表
📦 Git 教程
远程仓库
git remote add origin https://github.com/user/repo.git
git push -u origin master
git pull origin master
git clone https://github.com/user/repo.gitgit remote add origin https://github.com/user/repo.git
git push -u origin master
git pull origin master
git clone https://github.com/user/repo.git