码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu14.04 搭建git仓库记录

时间:2016-02-26 11:54:54      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:

1.安装git

-----------------------------开始安装-------------------------------------

  1.1更新系统

  # apt-get update

  1.2 安装git

  # apt-get install git(中间会询问y/n选择y)

  1.3配置git唯一标识(用户名和邮箱)

  # git config --global user.name "YourName"

  # git config --global user.name "YourEmail"

  1.4查看git配置

  # git config --list

-------------------------- 安装完成 --------------------------------------

 

2.搭建git仓库(创建本地仓库repository)

 

ubuntu14.04 搭建git仓库记录

标签:

原文地址:http://www.cnblogs.com/bolg666/p/5219859.html

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