http://stackoverflow.com/questions/4855561/difference-between-git-remote-add-and-git-clone git remote add just creates an entry in your git config that specifies a name for a particular URL. You must have an existing git repo to use this. git clone c…
https://www.ntu.edu.sg/home/ehchua/programming/howto/Git_HowTo.html#zz-7. 1. Introduction GIT is a Version Control System (VCS) (aka Revision Control System (RCS), Source Code Manager (SCM)). A VCS serves as a Repository (or repo) of program codes,…
1. 下载.安装Git 我的系统是Windows 7,需要安装Git for Windows. 下载地址: http://code.google.com/p/msysgit/downloads/list 2. 安装Git Source Control Provider 运行Visual Studio 点击菜单中的Tools -> Extensions and Updates,在弹出窗口左侧列表项目中选择online -> Visual Studio Gallery,然后寻找或搜索出Git…