aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-30 16:10:24 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-30 16:10:24 +0000
commitadcd50f2d4bc4c67efbea781847bcc8a551e1ce4 (patch)
treefef20aadce1f8f8e2f7dd0a30a374dbf3e11a668 /doc
parentbe153363be2908961bbfd7eb8d0a0e214c6449fd (diff)
downloadikiwiki-adcd50f2d4bc4c67efbea781847bcc8a551e1ce4.tar
ikiwiki-adcd50f2d4bc4c67efbea781847bcc8a551e1ce4.tar.gz
web commit by http://natalian.org/: writing a little tutorial about using git with ikiwiki
Diffstat (limited to 'doc')
-rw-r--r--doc/rcs/gitmanual.mdwn16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/rcs/gitmanual.mdwn b/doc/rcs/gitmanual.mdwn
index 8fe9bc3ee..3dde15f27 100644
--- a/doc/rcs/gitmanual.mdwn
+++ b/doc/rcs/gitmanual.mdwn
@@ -1,10 +1,16 @@
-# on webconverger.org hosted on si.dabase.com (hendry)
+Main use case I am trying to accomplish: Edit wiki pages offline.
-Wiki page created with [ikiwiki](http://ikiwiki.info). Example usb.mdwn [[usb]]
+1. Imagine you're the administrator of the site and you want to checkout the wiki sources to give them some love while on a train journey.
+2. Or you are writing a complex document and you want to simply use your favourite $EDITOR
+3. Learn a little more about [git](http://git.or.cz/)
-Use case I am trying to accomplish: Edit wiki pages offline.
+# Workflow
-# on monty (my laptop)
+## on webconverger.org hosted on si.dabase.com (hendry)
+
+Wiki page created with [ikiwiki](http://ikiwiki.info). Example usb.mdwn [usb](http://webconverger.org/usb/)
+
+## on monty (my laptop)
I wonder why a "pull" doesn't just init a repo like a "svn co" does?
@@ -43,5 +49,5 @@ I wonder why a "pull" doesn't just init a repo like a "svn co" does?
refs/heads/master: 75a4a8e94e5fff2a4beced1574e772742d3f9847 -> d3507dfe19b469e61a728d1b0a833a5f480f5802
-# on si
+## on si