PJB3005 / MoMMI

Old SS14 Discord server bot.
MIT License
12 stars 29 forks source link

Feature Request - PR Merging Support #10

Closed N3X15 closed 7 years ago

N3X15 commented 7 years ago

We made a testserver branch on github for testing, now we need MoMMI to push to it on command.

Command Flow

  1. git reset --hard
  2. git branch -B testserver origin/testserver
  3. git pull {HEAD_URI} {BRANCH}
  4. git push -f origin testserver
PJB3005 commented 7 years ago

Done.