X-lab2017 / oss101

开源软件通识三部曲
122 stars 155 forks source link

ci: add `heroding77` to reaction list #170

Closed heroding77 closed 1 year ago

TieWay59 commented 1 year ago

因为 PR 的是 main 分支,那么现在需要:

  1. git reset --hard HEAD~1
  2. git pull --strategy-option=theirs upstream main
  3. 重新 commit 你的变更,
  4. git push -u origin +main
heroding77 commented 1 year ago

因为 PR 的是 main 分支,那么现在需要:

  1. git reset --hard HEAD~1
  2. git pull --strategy-option=theirs upstream main
  3. 重新 commit 你的变更,
  4. git push -u origin +main

已修改,感谢学长提醒