aboutsummaryrefslogtreecommitdiff
path: root/doc/rcs/git.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-05 13:45:14 -0500
committerJoey Hess <joey@kitenet.net>2008-03-05 13:45:14 -0500
commitf042a68566efe125954905ffd7ad623e975338bb (patch)
treeed54dcf3d2cc005f9afec86e5464dfd483437b84 /doc/rcs/git.mdwn
parent73d5d40bf8950d3f2423a6887ad37ba076cd2473 (diff)
downloadikiwiki-f042a68566efe125954905ffd7ad623e975338bb.tar
ikiwiki-f042a68566efe125954905ffd7ad623e975338bb.tar.gz
web commit by ManojSrivastava
Diffstat (limited to 'doc/rcs/git.mdwn')
-rw-r--r--doc/rcs/git.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn
index 7330eebcc..c02189cdd 100644
--- a/doc/rcs/git.mdwn
+++ b/doc/rcs/git.mdwn
@@ -60,7 +60,7 @@ The ikiwiki `post-commit` hook should be put in the bare repository.
4. `git clone /path/to/repository`
5. `echo /.ikiwiki > .gitignore`
6. `git add .gitignore`
-7. Now, populate your wiki. You could us `cp` to copy over files, use you favourite editor to create files and `git add` them, or you could import a wiki repository from another VCS using `git-svnimport`, `git-archimport`, or `git-cvsimport`. Use `git add` to add these files to the index.
+7. Now, populate your wiki. You could us `cp` to copy over files, use you favourite editor to create files and `git add` them, or you could import a wiki repository from another VCS using `git-svnimport`, `git-archimport`, or `git-cvsimport`. Make sure the permissions are correct in order for [[cgi]] to commit here (consider actually cloning another reposotory for yourself, on this or on another machine). Use `git add` to add these files to the index.
8. `git push`
9. Profit.