git 常用命令

获取代码

git clone <URL>


同步代码

git pull


在MAC中使用git-svn

sudo port install git-core +svn

需要安装MacPorts http://www.macports.org/install.php


你可能感兴趣的:(git 常用命令)