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

ubuntu 安装 git & smartgit

时间:2016-01-22 22:11:07      阅读:341      评论: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

# cd ~/Downloads

# wget?http://www.syntevo.com/downloads/smartgit/smartgit-7_0_4.deb

# sudo dpkg -i?smartgit-7_0_4.deb

ubuntu 安装 git & smartgit

标签:

原文地址:http://www.cnblogs.com/alanlvee/p/5152270.html

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