cratuki / steamdoc

Scalable document production

This URL has Read+Write access

craig (author)
Wed Dec 31 07:54:12 -0800 2008
commit  96ccc14c6fa1d3e85a6bc040894748767b27cf81
tree    09cd3f31046d68de5715a34b1360560cb0801f5d
parent  d7d3c391a26c8e43c299b54ba968a748e2ab3b9c
steamdoc / README
60fba7f9 » cratuki 2008-07-05 first full commit 1 http://github.com/cratuki/steamdoc/tree/master
2
3
4 Global setup:
5
6 git config --global user.email craig@cowoh.org
7
8
9 Next steps:
10
11 mkdir steamdoc
12 cd steamdoc
13 git init
14 touch README
15 git add README
16 git commit -m 'first commit'
17 git remote add origin git@github.com:cratuki/steamdoc.git
18 git push origin master
19
20
21 Existing Git Repo?
22
23 cd existing_git_repo
24 git remote add origin git@github.com:cratuki/steamdoc.git
25 git push origin master
26
27