summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7 <Frederik_Vanrenterghem@web>2013-05-12 23:51:16 +0000
committerGravatar admin <admin@branchable.com>2013-05-12 23:51:16 +0000
commitca588e4eba3d500f18e37287c9c0b516fd097110 (patch)
tree9bb02447e9de15c7de795410a31c5df0ae8e6c5a /doc
parent048d54d85f729ef9a38d361dbc1d46ca84d912ae (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Accessing_files_in_bare_repository/comment_9_c156b8c1ae0f2905566bbdb13b84e577._comment37
1 files changed, 37 insertions, 0 deletions
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 000000000..43b93b271
--- /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.
+"""]]