git branch develop
來建立一個新分支git checkout develop
來切換到新分支git remote add upstream https://github.com/philipz/docker_practice
把我的庫新增為遠端庫git remote update
更新git fetch upstream master
拉取我的庫的更新到本地git rebase upstream/master
將我的更新合並到你的分支pull request
按鈕,點擊它,填寫一些說明資訊,然後提交即可。