forked from iwakuraLain/LaiNomic
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
efd439f9aa | |||
|
111d21648a | ||
0ce743e6d5 | |||
|
f36c082f3e | ||
abf866c078 | |||
13154d6ac7 | |||
|
cc2da48f5e | ||
497f0bdb8e |
1
players/002-g6
Normal file
1
players/002-g6
Normal file
@ -0,0 +1 @@
|
||||
0
|
1
players/003-E
Normal file
1
players/003-E
Normal file
@ -0,0 +1 @@
|
||||
0
|
1
players/004-mezzodrinker
Normal file
1
players/004-mezzodrinker
Normal file
@ -0,0 +1 @@
|
||||
0
|
13
tools/flow.md
Normal file
13
tools/flow.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user