首页 > 其他 > 详细

GIT 命令

时间:2018-07-23 17:08:32      阅读:148      评论:0      收藏:0      [点我收藏+]
//退出命令:
Ctrl+z
//删除文件夹无需确认
rm -rf test
//进入Git目录
cd /app/nginx/html/www/
//提交项目
cd /app/nginx/html/mydemo/
git clone git@127.0.0.1:username/mydemo.git

git status
git add 
git commit -m 内容
git pull origin master
git push origin master

git log

git commit -m 测试项目:....
git commit -m 测试项目:.......

 

GIT 命令

原文:https://www.cnblogs.com/bycnboy/p/9355490.html

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