Info | ||
---|---|---|
| ||
This page is currently being created or overworked. Please don't treat it as a finished document. |
...
- The main Flexmojos Git repo, available via http from GitHub under the urlĀ https://github.com/Flexmojos/flexmojos
- Your local clone repository on your development machine (usually in the hidden ".git" sub-directories of your checked-out files)
- 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" ;-)
...