Linux 版本控制之git
在做Android iptv项目在linux下,熟悉下其平台下的版本管理工具,小记一点:1. 用 sudo apt-get install git -core 来安装GIT 程序。2. 用 git clone git://git.kernel.org/pub/scm/git/git.git 来更新版本库3. 配置 gita. 用 git config --global user.name “tiger”( 输入用户名)b.git config –globa...