首页 > 其他 > 详细

Git实现github实战

时间:2020-09-09 16:42:50      阅读:572      评论:0      收藏:0      [点我收藏+]

mkdir myapp

cd myapp

touch index.html 写入 this is git

git init

git config —global user.name ”wenqinzheng-1024”

git config —global user.email ”2573424062@qq.com”

git add .

git status

git commit -m ”first commit”

Git实现github实战

原文:https://www.cnblogs.com/qingzuihub/p/13639506.html

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