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

33 lines
440 B
Markdown
Raw Normal View History

2012-03-14 17:19:32 +00:00
!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 \
2012-03-26 20:32:48 +00:00
http://repos.ctdo.de/git/git-vortrag.git