summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawk3HGoDpnOPob5jOjvIootmkve1-nCpRiI <Kalle@web>2013-09-25 08:07:03 +0000
committerGravatar admin <admin@branchable.com>2013-09-25 08:07:03 +0000
commit9104c7f8c9a541ff728d1a78c7b0adb613daf785 (patch)
treea5b12e76fd9f5060c46b28a7cf061148a8621ec5
parenta4f20c1c8c7c835c45b4180dbe891fb13bfcf7ab (diff)
code span overflowing
-rw-r--r--doc/forum/git-annex___38___ikiwiki_experiment.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/git-annex___38___ikiwiki_experiment.mdwn b/doc/forum/git-annex___38___ikiwiki_experiment.mdwn
index 20f841914..cf681e1c8 100644
--- a/doc/forum/git-annex___38___ikiwiki_experiment.mdwn
+++ b/doc/forum/git-annex___38___ikiwiki_experiment.mdwn
@@ -8,7 +8,7 @@ The [website in question](http://stockholm.kalleswork.net) just went online and
### Setting things up
-To start with I set up the wiki on the server and git clone to into `$wrkdir` on my laptop. I then initialize a git-annex repo in the `$srcdir` on the server. Leaving the `$gitdir` untouched. The `$scrdir` git-annex repo has to be in `direct` mode. Before doing any syncing I edit the `.git/config` file to add `annex-ignore = true` and `annex-sync = false` in `.git/config` for the origin repo (`$gitdir`) this is to prevent polluting `$gitdir` with git-annex data`. The same process is repeated in the `$wrkdir` on the laptop.
+To start with I set up the wiki on the server and git clone to into `$wrkdir` on my laptop. I then initialize a git-annex repo in the `$srcdir` on the server. Leaving the `$gitdir` untouched. The `$scrdir` git-annex repo has to be in `direct` mode. Before doing any syncing I edit the `.git/config` file to add `annex-ignore = true` and `annex-sync = false` in `.git/config` for the origin repo (`$gitdir`) this is to prevent polluting `$gitdir` with git-annex data. The same process is repeated in the `$wrkdir` on the laptop.
### Pushing and syncing