From 35ef2e5c6019bfe57bf241a9e4b9a4810c1e41db Mon Sep 17 00:00:00 2001
From: Chymera <Chymera@web>
Date: Thu, 3 Jan 2019 19:33:02 +0000
Subject: [PATCH] Added a comment

---
 ..._d0c97744e9ccca21e4023f657e9f5f30._comment | 28 +++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 doc/forum/Move_history/comment_4_d0c97744e9ccca21e4023f657e9f5f30._comment

diff --git a/doc/forum/Move_history/comment_4_d0c97744e9ccca21e4023f657e9f5f30._comment b/doc/forum/Move_history/comment_4_d0c97744e9ccca21e4023f657e9f5f30._comment
new file mode 100644
index 0000000000..d70626c5b1
--- /dev/null
+++ b/doc/forum/Move_history/comment_4_d0c97744e9ccca21e4023f657e9f5f30._comment
@@ -0,0 +1,28 @@
+[[!comment format=mdwn
+ username="Chymera"
+ avatar="http://cdn.libravatar.org/avatar/555d585d6d78c68894ac90fd1e984309"
+ subject="comment 4"
+ date="2019-01-03T19:33:01Z"
+ content="""
+```
+chymera@clusterhost ~/ni_data/ofM.dr $ git annex info | grep \"repository mode\"
+repository mode: direct
+chymera@clusterhost ~/ni_data/ofM.dr $ git annex version | grep \"local repository version\"
+local repository version: 5
+```
+
+> One of the outputs of this command is \"local annex size\" which tells you how much space this repo is taking up. 
+
+this does not happen, `git-annex info | grep \"local annex size\"` returns nothing.
+
+```
+chymera@clusterhost ~/ni_data $ du -sh .git/annex/objects/
+1.6G  .git/annex/objects/
+chymera@clusterhost ~/ni_data $ du -sh .git/objects/
+218M    .git/objects/
+chymera@clusterhost ~/ni_data $ du -sh
+779G
+chymera@clusterhost ~/ni_data $ du -sh .git/
+501G    .git/ 
+```
+"""]]