summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar jungle <jungle@web>2016-04-23 09:40:20 +0000
committerGravatar admin <admin@branchable.com>2016-04-23 09:40:20 +0000
commitc22daf5a33418b8b3ad56ea94686d8f8ccb27f10 (patch)
tree5ff5e57a15bebe328389216e0d8af32c250bc2f8 /doc
parentb7537dc56ab4ff5d521a82b0dc8c663f7d14286c (diff)
difference between uninit and unlock
Diffstat (limited to 'doc')
-rw-r--r--doc/forum.mdwn14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/forum.mdwn b/doc/forum.mdwn
index e8a208ddf..22944c9e9 100644
--- a/doc/forum.mdwn
+++ b/doc/forum.mdwn
@@ -1,8 +1,10 @@
-This is a place to discuss using git-annex.
-If you need help, advice, or anything, post about it here.
+What's the difference between doing
-But, please don't post bug reports here. Put them in [[bugs]].
-And please don't make wishlist requests here. Put them in [[todo]].
-(If you post bugs/todo here, it'll just get moved.)
+ git annex uninit
-[[!inline pages="forum/* and !*/Discussion" archive=yes rootpage=forum postformtext="Add a new thread titled:"]]
+and
+
+ git annex unlock *
+ rm -rf .git
+
+?