Added a comment
This commit is contained in:
parent
c7197b720b
commit
5896d144e7
1 changed files with 37 additions and 0 deletions
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue