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
71
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
150
A practical guide to machine learning
cdiener
0
71
Other Decks in Programming
See All in Programming
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
760
SQLアンチパターン第2版 データベースプログラミングで陥りがちな失敗とその対策 / Intro to SQL Antipatterns 2nd
twada
PRO
35
10k
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
360
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
130
[Codecon - 2025] Como não odiar seus testes
camilacampos
0
100
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
1k
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
300
TypeScriptでDXを上げろ! Hono編
yusukebe
4
890
MCP連携で加速するAI駆動開発/mcp integration accelerates ai-driven-development
bpstudy
0
190
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
1k
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
4.7k
リッチエディターを安全に開発・運用するために
unachang113
1
310
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Designing for Performance
lara
610
69k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Designing for humans not robots
tammielis
253
25k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Code Reviewing Like a Champion
maltzj
524
40k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Gamification - CAS2011
davidbonilla
81
5.4k
Site-Speed That Sticks
csswizardry
10
730
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