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
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
110
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
230
Reading Rails 1.0 Source Code
okuramasafumi
0
240
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
120
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
310
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
1.7k
Namespace and Its Future
tagomoris
6
700
為你自己學 Python - 冷知識篇
eddie
1
350
複雑なドメインに挑む.pdf
yukisakai1225
5
1.2k
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
760
Swift Updates - Learn Languages 2025
koher
2
480
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
339
57k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Designing Experiences People Love
moore
142
24k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
530
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
GitHub's CSS Performance
jonrohan
1032
460k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Fireside Chat
paigeccino
39
3.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
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