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

git 操作常用命令

时间:2019-06-12 10:36:26      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:创建   code   check   origin   rem   删除   ranch   set   clone   

git仓库配置常用命令

 ####首先下载代码    
   + git下载代码命令: git clone [git地址]  [下载位置]
####分支命令
   1. 查看分支 git branch
   2. 查看远程分支 git branch -r
   3. 查看所有分支(本地和远程) git branch -a
   4. 创建分支 git branch [分支名称]
   5. 切换分支 git checkout [分支名称]
#####远程仓库操作
1.查看远程仓库地址 git remote -v 
2.切换远程仓库地址 
    git remote set-url origin URL 更换远程仓库地址,URL为新地址
    
 【git remote rm origin】 删除现有远程仓库 
 【git remote add origin url】添加新远程仓库

git 操作常用命令

标签:创建   code   check   origin   rem   删除   ranch   set   clone   

原文地址:https://www.cnblogs.com/monkay/p/11008051.html

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