summaryrefslogtreecommitdiff
path: root/doc/rcs/git/gitmanual.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-10-21 00:57:10 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-10-21 00:57:10 +0000
commitf91ebfa01bf9858096eb2bb07805b3949171d959 (patch)
tree07e762a454f1413147ac399a87ae11a4522f0b91 /doc/rcs/git/gitmanual.mdwn
parent9a060e6c6eb16942588ab261ac39c049ff6bfe1e (diff)
reorg all the git cruft a bit, highlight setup page and de-highlight more
complex or less perfect setup methods
Diffstat (limited to 'doc/rcs/git/gitmanual.mdwn')
-rw-r--r--doc/rcs/git/gitmanual.mdwn37
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/rcs/git/gitmanual.mdwn b/doc/rcs/git/gitmanual.mdwn
deleted file mode 100644
index 30a2c0d7a..000000000
--- a/doc/rcs/git/gitmanual.mdwn
+++ /dev/null
@@ -1,37 +0,0 @@
-Main use case I am trying to accomplish: Edit wiki pages offline.
-
-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/)
-
-# Workflow
-
-## on webconverger.org aka si.dabase.com aka hendry machine
-
-Wiki page created with [ikiwiki](http://ikiwiki.info). Example usb.mdwn [usb](http://webconverger.org/usb/)
-
-## on monty (my laptop)
-
- git-clone ssh://si.dabase.com/home/hendry/wikiwc/.git/
-
-You might want to set some config variables like your email as this [tutorial](http://www.kernel.org/pub/software/scm/git/docs/tutorial.html) describes.
-
- echo "blah" >> usb.mdwn
-
-Then to commit:
-
- git-commit -a -m "added test"
-
-Send back:
-
- git push origin
-
-## on webconverger.org aka si.dabase.com aka hendry machine
-
-You should setup the "The git post-update wrapper" in the **ikiwiki.setup** file.
-
-Then the wiki should be up-to-date! :)
-
-# Ack
-
-Thanks to gitte on #git on Freenode and of course joeyh. Have a look at [[rcs/details]].