首页 > 系统服务 > 详细

ubuntu 安装 git & smartgit

时间:2016-01-22 22:09:14      阅读:131      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!