ubuntu 安装 git & smartgit
摘要:1. 安装 git# sudo apt-get update# sudo apt-get install git2. 配置# git config --global user.name "Your Name" # git config --global user.email "youremail@domain.com"3. 查看配置# gitconfig--list4. 安装 SmartG...
阅读全文
posted @ 2016-01-22 20:30