Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 359 Bytes

gitapp_demo_PR

git PR demo

使用Pull Request PR

  1. fork 原始專案
  2. git clone url
  3. 修改你的分支下的檔案
  4. push 回你的專案
  5. 發PR給原專案作者
  6. 原作確認PR

如何跟上當初fork專案

  1. 砍掉重練
  • 重新fork
  1. 跟上游同步
  • 設定原作遠端
  • 抓取原作專案內容
  • 推回自己專案