Add New Notes

This commit is contained in:
geekard
2012-08-08 14:26:04 +08:00
commit 5ef7c20052
2374 changed files with 276187 additions and 0 deletions

14
Zim/config Normal file
View File

@@ -0,0 +1,14 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /media/backup/sync/Note.git
[branch "master"]
remote = web
merge = refs/heads/master
[remote "web"]
url = git@github.com:geekard/Note.git
fetch = +refs/heads/*:refs/remotes/web/*