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

git常用命令

时间:2020-01-02 19:07:55      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:wan   hub   branch   pull   commit   git merge   git   远程分支   ref   

git init

git clone

git remote add origin https://github.com/wangyutao123/wyt_repo.git   绑定远程分支

git remote rm origin 删除绑定关系

git remote -v 查看绑定关系

 

 

git pull origin master

git add .

git commit -m " "

git branch localDev  +  git checkout localDev = git checkout -b localDev

git merge master

git push origin master

git reflog

git reset --hard xxx

git diff

git常用命令

标签:wan   hub   branch   pull   commit   git merge   git   远程分支   ref   

原文地址:https://www.cnblogs.com/qlsty/p/12134272.html

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