git学习(二)

来源:互联网 发布:桌面整理软件推荐 编辑:程序博客网 时间:2024/05/16 09:13
相关网页:
https://www.shiyanlou.com/questions/360


………………………………………………………………………………………………………………………………………………………




把要push的先add到缓冲区,然后commit到版本库,然后git push到远端
可以用git branch -r查看远端分支情况


开通自己的代码仓库

手动添加一下远端的仓库吧




git remote add origin git@git.shiyanlou.com:[id]/shiyanlou_cs405.git
git@git.shiyanlou.com:lingfeng/shiyanlou_cs405.git 

这个就是上面箭头所指的链接



0 0
原创粉丝点击