diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-09-30 14:11:23 -0500 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-09-30 14:11:23 -0500 |
| commit | d40cbd128bf986b3b573cdbb9a9aa0d2dfa22318 (patch) | |
| tree | 878855eacdb0cecb8007775917a20f4ae13dc9bf | |
initial commit with instructions
| -rw-r--r-- | index.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn new file mode 100644 index 0000000..9d201ab --- /dev/null +++ b/index.mdwn @@ -0,0 +1,20 @@ +haxwiki a wiki for pokémon gen1/gen2 hacking. + +<a name="editing" /> +# Editing this wiki + +[Register to edit here](http://diyhpl.us/piny-commands/newuser/) and [see other commands](http://diyhpl.us/piny-commands/). You can also clone this wiki with git and push changes back: + + git clone git://wiki.iimarck.us/haxwiki.git + +Note to push changes you must push with your registered account: + + git push username@wiki.iimarck.us:/srv/git/haxwiki.git master + +You can make this easier by updating the remotes: + + git remote set-url origin username@wiki.iimarck.us:/srv/git/haxwiki.git + +Now "git push" should work without debilitating complaint. + +[browse wiki history on cgit](http://wiki.iimarck.us/cgit/haxwiki) |
