Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Info
titleWORK IN PROGRESS

This page is currently being created or overworked. Please don't treat it as a finished document.

...

  1. The main Flexmojos Git repo, available via http from GitHub under the urlĀ https://github.com/Flexmojos/flexmojos
  2. Your local clone repository on your development machine (usually in the hidden ".git" sub-directories of your checked-out files)
  3. Your private fork at GitHub

...

Create your Private-/Public Key pair and register this at your GitHub account

// TODO ... DOCUMENTĀ !!!

Setup Git on your development machine and fetch your fork from GitHub

I installed Git from here (http://git-scm.com/). After installing the basic Git stuff I additionally installed TortoiseGit (http://code.google.com/p/tortoisegit/) But this is just because I like to click more than I like to "commandline" ;-)

...