summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-09-25 11:01:29 +0000
committerGravatar admin <admin@branchable.com>2013-09-25 11:01:29 +0000
commit412e4462ae69e967ef61a365d516100e17ae4969 (patch)
tree6d1b046630c537439bed477acfb8ebbaa8b08a67
parent9104c7f8c9a541ff728d1a78c7b0adb613daf785 (diff)
clarify which repo is ignored
-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 cf681e1c8..5b426a180 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 add `annex-ignore = true` and `annex-sync = false` to `.git/config` in 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