[github]貢獻代碼到開源項目

  1. fork
  2. git clone 本身倉庫fork的項目
  3. 修改代碼,提交到本身的倉庫,本身測試經過
  4. 點擊pull request(或compare and pull request),寫明爲何pull,若是是修改某issue的,註明是修復了哪一個issue的
  5. 等待審覈
# 若是已經下載代碼,可直接指向本身的倉庫,不用從新下載
git remote set-url origin https://github.com/xxx/flowable-engine.git
git remote -v
# 切換分支
git branch -a
git checkout -b 6.4.1 origin/flowable-release-6.4.1
相關文章
相關標籤/搜索