/clue-platform

clue-platform

Primary LanguageHTML

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

clue-platform 作者原项目地址是: https://github.com/179309463/clue-platform.git 我frok后的项目地址是:https://github.com/sguo2017/clue-platform.git

1、Git clone fork的项目到本地,命令是: git clone https://github.com/sguo2017/clue-platform.git

2、进入刚才clone的文件目录下,然后增加源分支地址到你项目远程分支列表中,命令是: git remote add clue-platform https://github.com/179309463/clue-platform.git

3、fetch源分支到本地,命令是: git fetch clue-platform

4、合并两个版本的代码 git merge clue-platform/master

5、最后一步,把合并后的代码push到你的Github项目上去,这步需要你输入你的账户名和密码 git push origin master