It’s a place to store documents for Free Geek Twin Cities – primarily work-in-progress stuff, since anything polished or public should nominally be at http://freegeektwincities.org
- Get a GitHub account: https://github.com/signup/free
- Ask someone with admin access (as of March 2011, that’d be Brian) to give you permissions
Then, either do things the easy, automated way:
- If you’re using a version of Ubuntu prior to 12.04 (including our standard, 10.04), add the sparkleshare ppa: sudo add-apt-repository ppa:warp10/sparkleshare
- Install SparkleShare (sudo apt-get install sparkleshare)
- Add FreeGeekTwinCities/FGTC_Docs as a remote folder
Or the command-line way:
- Check out a copy of the docs (e.g. shell:git clone [email protected]:FreeGeekTwinCities/FGTC_Docs.git)
- Make your changes (since much of the documents are in org-mode format, you’ll get some extra assistance by editing with it installed – shell:apt-get install org-mode in Ubuntu or Debian)
- Commit & push (for more help using git, try Everyday Git or Git for Designers)
Note that, if you don’t care to upload changes, you can always just do step #3 above…