summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jungle <jungle@web>2016-04-23 09:42:59 +0000
committerGravatar admin <admin@branchable.com>2016-04-23 09:42:59 +0000
commitc87d8230839a6390c9633fe6078c2b79c5ba4dd5 (patch)
tree39836037a82b45d5580c5d0151b81fcfd3065eb6
parent1508695d142b1c6ddd1913ee3099a96fe8c15644 (diff)
-rw-r--r--doc/forum/difference_between_uninit_and_unlock.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/difference_between_uninit_and_unlock.mdwn b/doc/forum/difference_between_uninit_and_unlock.mdwn
new file mode 100644
index 000000000..6f4d6def2
--- /dev/null
+++ b/doc/forum/difference_between_uninit_and_unlock.mdwn
@@ -0,0 +1,10 @@
+What's the difference between
+
+ git annex uninit
+
+and
+
+ git annex unlock *
+ rm -rf .git
+
+?