ctdo/Vorträge/git/hosting/1_hosting.md

751 B

!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