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

git命令备忘

时间:2018-06-10 23:06:43      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:origin   TE   命令   --   本地   注意   备忘   store   切换   

git config --global credential.helper store
git checkout -b 本地分支名x origin/远程分支名x
git fetch origin 远程分支名x:本地分支名x
git checkout master //切换分支
git stash 
git fetch
git pull
git reset --hard <版本号> // 注意使用 --hard 参数会抛弃当前工作区的修改
git reset --sort // 使用 --soft 参数的话会回退到之前的版本,但是保留当前工作区的修改,可以重新提交
git push origin <分支名> --force // 强制push
git commit --amend // 修改注释

git命令备忘

标签:origin   TE   命令   --   本地   注意   备忘   store   切换   

原文地址:https://www.cnblogs.com/cdfive2018/p/9164684.html

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