码迷,mamicode.com
首页 > 其他好文 > 详细

gi常用命令

时间:2017-11-29 13:33:49      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:diff   git reset   commit   git add   防止   常用命令   for   代码下载   不同的   

git提交代码流程

git status 检查当前代码和主支代码不同的状态

git diff 可指定文件查看这个文件修改的内容

git add . 把自己所有修改的代码提交

git commit 提交并注释修改内容

git pull 将线上的代码下载到自己这里,再次debug,防止代码冲突

git push origin master 将代码合并到线上主仓库中

git log |grep 361ab 查找对应版本号全称

git reset --hard 361ab98047d51c569 强制回退到某个版本

git push origin qa --force 更新远端

gi常用命令

标签:diff   git reset   commit   git add   防止   常用命令   for   代码下载   不同的   

原文地址:http://www.cnblogs.com/he-px/p/7919766.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!