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

git基本操作

时间:2020-05-19 13:02:18      阅读:54      评论:0      收藏:0      [点我收藏+]

标签:bsp   strong   操作   git push   查看   let   checkout   远程   str   

创建分支


git branch -a  查看

git checkout -b test创建
git push origin test -u 推送到远程

删除分支gitgit


 

git branch -d test  删除本地
git push origin --delete test  删除远程

 

合并分支


 

git merge test  合并到master

 

git基本操作

标签:bsp   strong   操作   git push   查看   let   checkout   远程   str   

原文地址:https://www.cnblogs.com/Linky008/p/12916164.html

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