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

Git常用命令

时间:2017-10-19 13:58:45      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:邮箱   git   远程仓库   客户   mail   --   用户   clone   remote   

1.拉去远程git仓库的代码

  git clone  [远程仓库地址]

2.配置个人的git客户端

  最好设置和github上的账号和邮箱一样

  配置用户名:git config --global user.name "zhangguangju"

  配置邮箱:git config --global user.email "595155100@qq.com"

  查看用户名:git config --global user.name 

  查看邮箱:git config --global user.email

  查看所有的客服端配置:git config --list

1.查看你当前项目的远程git地址

  git remote -v

 

Git常用命令

标签:邮箱   git   远程仓库   客户   mail   --   用户   clone   remote   

原文地址:http://www.cnblogs.com/zhangguangju/p/7691764.html

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