【个人笔记】添加远程GitHub仓库

两个主要的命令git remote add githubRepo https://github.com/Jaborie203/LearnGit.git和git push -u githubRepo master

然后每次修改提交后,只需要git push githubRepo master即可

猜你喜欢

转载自blog.csdn.net/flysky_jay/article/details/80453077