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
63
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
34
Debugging
railsgirlsmsa
1
50
Other Decks in Programming
See All in Programming
Yes, You Can Work on Rails & any other Gem
kaspth
0
110
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
2
240
構文解析器入門
ydah
7
1.8k
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
150
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
980
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1.2k
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
6
4.9k
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
770
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
18
8.9k
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
550
マッチングアプリにおけるフリックUIで苦労したこと
yuheiito
0
230
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
280
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Git: the NoSQL Database
bkeepers
PRO
431
65k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
A designer walks into a library…
pauljervisheath
207
24k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
Scaling GitHub
holman
461
140k
Code Reviewing Like a Champion
maltzj
524
40k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
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