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 and GitHub
Search
Rails Girls Msa
November 06, 2017
Programming
0
64
Git and GitHub
Rails Girls Mombasa Workshop presentation by Austin Kabiru on using Git and Github.
Rails Girls Msa
November 06, 2017
Tweet
Share
More Decks by Rails Girls Msa
See All by Rails Girls Msa
My Story
railsgirlsmsa
0
35
Debugging
railsgirlsmsa
1
50
Other Decks in Programming
See All in Programming
CSC509 Lecture 02
javiergs
PRO
0
360
より安全で効率的な Go コードへ: Protocol Buffers Opaque API の導入
shwatanap
3
1.1k
Breaking Up with Big ViewModels — Without Breaking Your Architecture (droidcon Berlin 2025)
steliosf
PRO
1
170
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
360
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
6.7k
CSC509 Lecture 01
javiergs
PRO
1
420
個人開発で徳島大学生60%以上の心を掴んだアプリ、そして手放した話
akidon0000
1
190
フロントエンド開発に役立つクライアントプログラム共通のノウハウ / Universal client-side programming best practices for frontend development
nrslib
7
3.5k
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
210
ABEMAモバイルアプリが Kotlin Multiplatformと歩んだ5年 ─ 導入と運用、成功と課題 / iOSDC 2025
akkyie
0
180
Server Less Code More - コードを書かない時代に生きるサーバーレスデザイン / server-less-code-more
gawa
5
1.6k
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
0
120
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
GraphQLとの向き合い方2022年版
quramy
49
14k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Producing Creativity
orderedlist
PRO
347
40k
Designing for Performance
lara
610
69k
Agile that works and the tools we love
rasmusluckow
330
21k
Embracing the Ebb and Flow
colly
87
4.8k
Transcript
@akabiru @akabiru_ +
What are they? ➔ Git ◆ Version Control System ◆
Git allows people to work on the same documents (often code) without stepping on each others toes ➔ GitHub ◆ GitHub is a development platform based on Git
That’s great but... ➔ Version Control System ➔ Group of
people?
Why git? • Version Control • Collaboration • Widely used
by many teams and platforms - E.g. GitHub
GitHub (github.com) • Huge Developer Community • Open source •
Grow your developer profile • Learn • Collaborate with other developers
Where can I learn? • TryGit - Getting started with
Git • Playing with it for real
Try It The End