public
Description: Scalable document production
Homepage: http://songseed.org/steamdoc
Clone URL: git://github.com/cratuki/steamdoc.git
steamdoc / README
100644 28 lines (16 sloc) 0.468 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
http://github.com/cratuki/steamdoc/tree/master
 
 
Global setup:
 
  git config --global user.email craig@cowoh.org
      
 
Next steps:
 
  mkdir steamdoc
  cd steamdoc
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin git@github.com:cratuki/steamdoc.git
  git push origin master
      
 
Existing Git Repo?
 
  cd existing_git_repo
  git remote add origin git@github.com:cratuki/steamdoc.git
  git push origin master