ctdo/Vorträge/git/first_steps/1_init.md

440 B

!SLIDE

erste Schritte

!SLIDE

Installation

$ pacman -S git
$ apt-get install git-core
$ yum install git-core
$ brew install git

!SLIDE command

$ git config --global user.name \
    "Jan-Erik Rediger"
$ git config --global user.email \
    "badboy@ctdo.de"

!SLIDE command big

git init

!SLIDE command big

git clone

!SLIDE command

git clone \
http://repos.ctdo.de/git/git-vortrag.git