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
AIでLINEスタンプを作ってみた
eycjur
1
220
OSS開発者という働き方
andpad
5
1.6k
『リコリス・リコイル』に学ぶ!! 〜キャリア戦略における計画的偶発性理論と変わる勇気の重要性〜
wanko_it
1
620
私の後悔をAWS DMSで解決した話
hiramax
4
180
Claude Codeで挑むOSSコントリビュート
eycjur
0
190
物語を動かす行動"量" #エンジニアニメ
konifar
14
5.7k
RDoc meets YARD
okuramasafumi
4
160
パスタの技術
yusukebe
1
550
ECS初心者の仲間 – TUIツール「e1s」の紹介
keidarcy
0
140
tool ディレクティブを導入してみた感想
sgash708
1
160
ソフトウェアテスト徹底指南書の紹介
goyoki
1
120
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
120
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Practical Orchestrator
shlominoach
190
11k
Writing Fast Ruby
sferik
628
62k
Navigating Team Friction
lara
189
15k
Rails Girls Zürich Keynote
gr2m
95
14k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
A Tale of Four Properties
chriscoyier
160
23k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
Why Our Code Smells
bkeepers
PRO
339
57k
Being A Developer After 40
akosma
90
590k
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