jchris / couchdb-example-blog

An all JS blog that runs on CouchDB

This URL has Read+Write access

jchris (author)
Thu Jan 08 09:41:58 -0800 2009
commit  5e1d34d8683e6bd757aaeda9e50602c023c7f908
tree    07433474bf2f96ab0d072205aa38b90f80cd176a
parent  cf7ef220ff084d89cec23da3d58b608f018cccec
couchdb-example-blog / README.txt
100644 28 lines (16 sloc) 0.975 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This project has been renamed. Sorry "couchdb-example-blog" doesn't exactly
roll off the tongue.
 
*Welcome to Sofa!*
 
The new project lives at:
 
http://github.com/jchris/sofa/tree/master
 
If you have branches based on this repo, you can get back in sync with
my repo in a couple of simple steps:
 
First, "fork" the new Sofa repo on github, then in your newly old "couchdb-example-blog" checkout, run this command:
 
git remote add neworigin git@github.com:THISISYOU/sofa.git
 
And to get your work into the new repo, run (from your old "example blog"
local repo):
 
git push neworigin MYTOPICBRANCH
 
If you have been working on "master" you'll probably need to branch it to another name before you can push.
 
Once you have it in your new github repo, you can do a fresh git-clone to
get the new codes, and then maybe merge your topic branch into your master, if you like. Once all that is done, you can delete your old "couchdb-example-blog" fork.
 
Thanks for the patience.