Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Git intro
Search
Christian Diener
August 29, 2016
Programming
0
72
Git intro
Slides for the Git and Github Intro. Also see ASCII streams on
https://asciinema.org/~cdiener
.
Christian Diener
August 29, 2016
Tweet
Share
More Decks by Christian Diener
See All by Christian Diener
Docker Mini Training
cdiener
0
160
A practical guide to machine learning
cdiener
0
72
Other Decks in Programming
See All in Programming
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
130
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
1.3k
大規模アプリのDIフレームワーク刷新戦略 ~過去最大規模の並行開発を止めずにアプリ全体に導入するまで~
mot_techtalk
1
450
Go言語はstack overflowの夢を見るか?
logica0419
0
350
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
110
What's new in Spring Modulith?
olivergierke
1
150
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
950
Six and a half ridiculous things to do with Quarkus
hollycummins
0
180
Le côté obscur des IA génératives
pascallemerrer
0
150
あなたとKaigi on Rails / Kaigi on Rails + You
shimoju
0
160
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
250
CSC509 Lecture 04
javiergs
PRO
0
300
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Typedesign – Prime Four
hannesfritz
42
2.8k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Rails Girls Zürich Keynote
gr2m
95
14k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Why Our Code Smells
bkeepers
PRO
340
57k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
33
2.3k
Six Lessons from altMBA
skipperchong
29
4k
Transcript
Git and Guacamole Christian Diener 10-06-2016
Motivation Git and Guacamole Why versioning control? CC BY-SA
cdiener.com @thaasophobia cdiener
Motivation Git and Guacamole CC BY-SA cdiener.com
@thaasophobia cdiener
Motivation Git and Guacamole CC BY-SA cdiener.com
@thaasophobia cdiener
Motivation Git and Guacamole Nuestra receta de guacamole https://git-scm.com/ https://services.github.com/resources/
CC BY-SA cdiener.com @thaasophobia cdiener
Motivation Git and Guacamole Before we begin.. 1 git config
--global user.name "My name" 2 git config --global user.email "
[email protected]
" CC BY-SA cdiener.com @thaasophobia cdiener
Motivation Git and Guacamole OK, let’s go! https://asciinema.org/a/48729 https://asciinema.org/a/48730
CC BY-SA cdiener.com @thaasophobia cdiener