标签:
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包,安装;
标签:
原文地址:http://www.cnblogs.com/AijunHe/p/5256583.html