Skip to content

如何参与

wenshao edited this page Aug 27, 2012 · 19 revisions
  • 第1步 Fork自己的仓库
    从AlibabaTech/druid项目中fork一个你自己的仓库

  • 第2步 Clone到本地

    git clone https://github.com/<my_account>/druid.git 
    
  • 第3步 添加远程仓库:

    git remote add upstream https://github.com/AlibabaTech/druid.git 
    
  • 第4步 更新远程代码:

    git pull upstream
    
  • 第5步 将远程代码合并到本地仓库

    git merge upstream/master
    
  • 第6步 将代码提交自己的仓库

    git push
    
  • 第7步 提交pull request

Clone this wiki locally