摘要:
@echo offrmdir /s /Q downloadrmdir /s /Q iconrmdir /s /Q Logsrmdir /s /Q resrmdir /s /Q Stylesrmdir /s /Q Tempdel Web.configdel release_history.txtdel release_history_en.txtdel prePublsh.batecho okcmd 阅读全文
摘要:
http://help.github.com/fork-a-repo/ 概要: 克隆别人的代码库到自己的项目中,可以作为子模块的形式使用,或二次开发操作流程:在开源项目中点击fork按钮,稍等一会儿,该项目便会拷贝一份到你的respositories中,克隆一份代码到本地:git clone git@github.com:username/Spoon-Knife.git配置:(项目克隆完成后,默认远程的别名为origin,此为我们自己项目中的版本,并非原始作者的代码库)创建原始代码库的别名,方便跟踪代码 git remote add upstream git://github.com/octo 阅读全文