diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-03 18:48:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-03 18:48:19 +0000 |
commit | 55bf5afa0b7d219bbec1f3eaecd56ef0e4af43d8 (patch) | |
tree | 24eef9535ef549fc47ed44b59a5dfb6bb53de5e2 /doc/setup | |
parent | 6a226b26c1b697ef0ba7353d6980a2acda1acb1f (diff) |
web commit by http://madduck.myopenid.com/: no need to save SRCDIR.
Diffstat (limited to 'doc/setup')
-rw-r--r-- | doc/setup/discussion.mdwn | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index 101ca74df..6ba0ec18b 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -57,14 +57,11 @@ simpler? --[[Joey]] mkdir $REPOSITORY cd $REPOSITORY git --bare init --shared - mv $SRCDIR $SRCDIR.old cd $SRCDIR git init echo /.ikiwiki > .gitignore - mv $SRCDIR.old/* $SRCDIR.old/.* . - rmdir $SRCDIR.old git add . git commit -m "initial commit" git remote add origin $REPOSITORY git config branch.master.merge refs/heads/master - git push --all
\ No newline at end of file + git push --all |