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

ubuntu 安装 git & smartgit

时间:2016-03-09 06:57:08      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

1. 安装 git

# sudo apt-get update
# sudo apt-get install git

 

2. 配置

# git config --global user.name "Your Name"
# git config --global user.email "youremail@domain.com"

 

3. 查看配置

# gitconfig--list

 

4.  安装 SmartGit

4.1 首先安装Java运行环境

技术分享

 

选中OpenJDK Java7运行时,安装;

下载smartgit的deb包,安装;

 

ubuntu 安装 git & smartgit

标签:

原文地址:http://www.cnblogs.com/AijunHe/p/5256583.html

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