git.lain.church game of nomic
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

flow.md 502B

12345678910111213
  1. # Managing Game Flow
  2. ## Joining the game
  3. * create an account on git.lain.church
  4. * fork the iwakuraLain/LaiNomic repo
  5. * add your player file, following the rules
  6. * commit your work to your fork
  7. * create a pull request to the iwakuraLain/LaiNomic
  8. ## Keeping your fork up to date
  9. * clone your fork to your local computer
  10. * run `git remote add upstream https://git.lain.church/iwakuraLain/LaiNomic`
  11. * in order to pull in commits, run `git pull upstream master`
  12. * you can then push the changes to your fork