well, after short googling I decided to use wikispaces.com. I tried some features in the sandbox and this is much more convenient compared to Google Sites. Very, very much more!
Here we go, this is my wiki: http://slevinmcguigan.wikispaces.com/
Further on I started with git and signed on at github.com. After creating my public/private key pair I played around. Here comes the link to my github sources, a good-to-know gitref link and some git commands I consider most important
http://github.com/SlevinMcGuigan/SMG--ExecShellCommand
http://gitref.org/remotes/
git config --global user.name "Slevin McGuigan"
git config --global user.email "Slevin.McGuigan@googlemail.com"
git init
git add README
git commit -m 'first commit'
git remote add github git@github.com:SlevinMcGuigan/SMG--ExecShellCommand
git push github master
... some changes on README and README.txt ...
git add README.txt
git commit -m 'added hello world - attempt 3'
git push github master
Keine Kommentare:
Kommentar veröffentlichen