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
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
690
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
320
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
2
1.3k
リッチエディターを安全に開発・運用するために
unachang113
1
240
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
210
Googleの新しいコーディングAIエージェントJulesを使ってみた
tonionagauzzi
0
120
Claude Code で Astro blog を Pages から Workers へ移行してみた
codehex
0
150
20250708_JAWS_opscdk
takuyay0ne
2
150
型で語るカタ
irof
0
810
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
3
250
レトロゲームから学ぶ通信技術の歴史
kimkim0106
0
130
Understanding Kotlin Multiplatform
l2hyunwoo
0
110
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
760
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Embracing the Ebb and Flow
colly
86
4.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
370
The Cost Of JavaScript in 2023
addyosmani
51
8.6k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
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