https://profiles.google.com/lumeng.dev 2011-06-04 23:54:06 +00:00 committed by admin
parent 0caef608b7
commit fcced23270
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
So I
1. checked out the repository of the my Ikiwiki instance and added new page and editted existing pages in the working copy
2. Then add and commit the revisions: `git add .` and `git commit -m "update"`
3. Then push it to server: `git push`
I then go to browser and go to the Ikiwiki URL of recent changes. I didn't find the new revision, neither I can open the new pages.
Is there a way to verify my revision did go in? How long does the server delays processing it?