github入门视频笔记

2017-09-20  本文已影响10人  莫名FCJ

基于空仓库

新建空仓库https://github.com/fengchunjian/goinaction_demo
本地仓库与远程仓库连接:git remote add origin https://github.com/fengchunjian/goinaction_demo
查看远程仓库连接:git remote -v
提交远程仓库:git push origin master或git push

基于clone

git clone https://github.com/fengchunjian/goinaction_demo
提交远程仓库:git push origin master或git push

从远程拉回本地

git pull origin master

上一篇下一篇

猜你喜欢

热点阅读