Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
sebble edited this page Jul 23, 2011 · 9 revisions

Welcome to the SebbleDMS wiki!

Notes

How to contribute

  1. Fork me
  2. Clone yours git clone git@github.com:keithnewman/SebbleDMS.git
  3. Add mine back git remote add sebble git://github.com/sebble/SebbleDMS.git
  4. Make your changes
  5. Commit your changes git commit -a -m 'your message'
  • Repeat 4 and 5 until ready to share
  1. Check out my latest git pull sebble master
  2. Push yours back up git push origin master
  3. Tell me to update

How to get the new repo

$ mkdir SebbleDMS
$ cd SebbleDMS
$ git init
$ git remote add origin git@github.com:sebbledot/SebbleDMS.git
$ git pull
$ git clone git@github.com:sebbledot/SebbleDMS.git

Clone this wiki locally