Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

4 changed files with 0 additions and 16 deletions

View File

@ -1 +0,0 @@
0

View File

@ -1 +0,0 @@
0

View File

@ -1 +0,0 @@
0

View File

@ -1,13 +0,0 @@
# Managing Game Flow
## Joining the game
* create an account on git.lain.church
* fork the iwakuraLain/LaiNomic repo
* add your player file, following the rules
* commit your work to your fork
* create a pull request to the iwakuraLain/LaiNomic
## Keeping your fork up to date
* clone your fork to your local computer
* run `git remote add upstream https://git.lain.church/iwakuraLain/LaiNomic`
* in order to pull in commits, run `git pull upstream master`
* you can then push the changes to your fork