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 dvcs
Search
maxmax
December 18, 2013
Programming
1
130
git dvcs
maxmax
December 18, 2013
Tweet
Share
More Decks by maxmax
See All by maxmax
Geography matters - Internet.
maxmax
0
53
Other Decks in Programming
See All in Programming
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
540
ゆるやかにgolangci-lintのルールを強くする / Kyoto.go #56
utgwkk
2
810
선언형 UI에서의 상태관리
l2hyunwoo
0
260
Effective Signals in Angular 19+: Rules and Helpers
manfredsteyer
PRO
0
360
EC2からECSへ 念願のコンテナ移行と巨大レガシーPHPアプリケーションの再構築
sumiyae
3
550
PHPで学ぶプログラミングの教訓 / Lessons in Programming Learned through PHP
nrslib
4
1k
menu基盤チームによるGoogle Cloudの活用事例~Application Integration, Cloud Tasks編~
yoshifumi_ishikura
0
140
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
26
5.8k
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
280
Scalaから始めるOpenFeature入門 / Scalaわいわい勉強会 #4
arthur1
1
390
Lookerは可視化だけじゃない。UIコンポーネントもあるんだ!
ymd65536
1
100
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
1.2k
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
A Philosophy of Restraint
colly
203
16k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Six Lessons from altMBA
skipperchong
27
3.5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Automating Front-end Workflow
addyosmani
1366
200k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Rails Girls Zürich Keynote
gr2m
94
13k
How STYLIGHT went responsive
nonsquared
96
5.3k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
Transcript
Git A P R E S E N T A
T I O N B Y M A K S Y M I L I A N A U G U S T Y N O N Git
Git is a distributed version control system.
Life without version control.
Life without distributed VCS.
Non-distributed VC workflow. Code is stored · Dining philosophers problem
solved · Everyone is happy
None
· Life With G i t ·
Distributed VC workflow. with integration manager. Code is stored ·
Dining philosophers problem solved · Smaller server independence · Everyone works at his pace · Everyone serves as a backup
Distributed VC workflow. with dictator and lieutenants Code is stored
· Dining philosophers problem solved · Smaller server independence · Everyone works at his pace · Everyone serves as a backup · Scales nicely
Local workflow.
H O W T O U SE G I T
git init git checkout git pull // do some work
git add git commit git push
learn git !!!
You can use git to deploy your applications to a
PaaS*. * PaaS – Platform as a Service
Github
”I am a rich man.” many open-source contributors
git-scm.com/book/en/Distributed-Git-Distributed-Workflows · flickr.com/moudbarthez · etc.usf.edu · flickr.com/kartz · flickr.com/margoryjune ·
heroku.com · openshift.com Sources