首页 > 其他 > 详细

git push

时间:2019-08-01 23:32:29      阅读:145      评论:0      收藏:0      [点我收藏+]

配置用户名和邮箱

git config --global user.name ‘andyzhang0511‘

git config --global user.email ‘476472974@qq.com‘

 

初始化→添加→提交

git init

git add .

git commit -m "提交文件"

 

关联→推送

git remote add origin https://github.com/hanyuntao/text.git

git push -u origin master

 

git push

原文:https://www.cnblogs.com/andyZhang0511/p/11285718.html

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