首页 > 其他 > 详细

git

时间:2021-01-30 10:33:14      阅读:24      评论:0      收藏:0      [点我收藏+]

 


git --version
touch index.html
git init
git config --global user.name ‘sam_wang‘
git config --global user.email ‘sam_wang10@foxmail.com‘

git add index.html
git add *.html
git add .

git rm --cached index.html

git status

git commit  -m ‘change comment‘

 

git

原文:https://www.cnblogs.com/samwang10/p/14347751.html

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