!SLIDE center # Code Hosting !SLIDE center # einfach selber machen !SLIDE commandline ## auf dem Server $ git init --bare myrepo.git Initialized empty Git repository in /home/git/myrepo.git/ !SLIDE commandline ## lokal: $ git remote add origin git@myserver.com:myrepo.git $ git push origin master ## oder $ git clone git@myserver.com:myrepo.git !SLIDE center bullets ## oder halt gemanaged * [repos.ctdo.de/git/](http://repos.ctdo.de/git/) * [![github](github-logo.png)](https://github.com) * [![google code](google-code.png)](http://code.google.com/hosting/) * [![gitourious](gitorious-logo.png)](http://gitorious.org/) * [![bitbucket](bitbucket-logo.png)](http://bitbucket.org/) * [repo.or.cz](http://repo.or.cz/)