首页 > 其他 > 详细

git常用命令

时间:2020-03-15 15:38:20      阅读:67      评论:0      收藏:0      [点我收藏+]

简介网址:https://www.liaoxuefeng.com/wiki/896043488029600/898732792973664

1.git status

2.git add 显示的被改了的文件

3.git commit -m "message"

4.git pull origin <分支(branches)>

5.git push -u origin master

 

遇到问题:

记Git报错-refusing to merge unrelated histories:https://blog.csdn.net/u012145252/article/details/80628451

The authenticity of host ‘github.com (192.30.253.113)‘ can‘t be established.:https://www.cnblogs.com/wu-song/p/7985594.html

git常用命令

原文:https://www.cnblogs.com/Limer98/p/12497218.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!