From 5896d144e75bb234706c55a8c1594482c95e8fbf Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" Date: Sun, 12 May 2013 23:51:16 +0000 Subject: [PATCH] Added a comment --- ..._c156b8c1ae0f2905566bbdb13b84e577._comment | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/forum/Accessing_files_in_bare_repository/comment_9_c156b8c1ae0f2905566bbdb13b84e577._comment diff --git a/doc/forum/Accessing_files_in_bare_repository/comment_9_c156b8c1ae0f2905566bbdb13b84e577._comment b/doc/forum/Accessing_files_in_bare_repository/comment_9_c156b8c1ae0f2905566bbdb13b84e577._comment new file mode 100644 index 0000000000..43b93b271c --- /dev/null +++ b/doc/forum/Accessing_files_in_bare_repository/comment_9_c156b8c1ae0f2905566bbdb13b84e577._comment @@ -0,0 +1,37 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" + nickname="Frederik Vanrenterghem" + subject="comment 9" + date="2013-05-12T23:51:16Z" + content=""" +I get the following: + +frederik@niihau:~/Documents$ git status +# On branch master +# +# Initial commit +# +nothing to commit (create/copy files and use \"git add\" to track) + +And this is the config: + +frederik@niihau:~/Documents$ cat .git/config +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true +[remote \"origin\"] + fetch = +refs/heads/*:refs/remotes/origin/* + url = /home/frederik/annex + annex-uuid = 1648a298-27aa-4cb1-xx-xxx +[annex] + uuid = 4406bd35-9ff7-4008-yy-yyy + version = 3 +[remote \"niihau\"] + url = /home/frederik/annex + fetch = +refs/heads/*:refs/remotes/niihau/* + annex-uuid = 1648a298-27aa-4cb1-xx-xxx + +Not having worked with git before, all this is still very new for me. I have 33M of data in the .git directory, mostly in objects, so it does seem to have synced something already. +"""]]