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
Rails Girls, Git, GitHub, Heroku
Search
hone
June 05, 2014
Programming
0
140
Rails Girls, Git, GitHub, Heroku
This was my "lightning" talk at Rails Girls DC.
hone
June 05, 2014
Tweet
Share
More Decks by hone
See All by hone
Limitless - RubyUnconf Hamburg 2019
hone
0
160
Deep Dive: Cloud Native Buildpacks - KubeCon EU 2019
hone
1
240
Intro: Cloud Native Buildpacks - KubeCon EU 2019
hone
0
37
KubeCon 2018 - Intro: Cloud Native Buildpacks
hone
0
140
A Droid's Journey - CodeDaze 2018
hone
0
89
A Droid's Journey - RubyKaigi 2018
hone
0
610
Neon: JavaScript Native Extensions in Rust - Dreamforce 2017 OSS Booth
hone
0
71
Helix: Native Extensions for Everyone - RubyConf Colombia 2017
hone
1
160
Leveraging Rust with mruby: Loving our fellow Windows® users - FOSDEM 2017
hone
0
260
Other Decks in Programming
See All in Programming
役立つログに取り組もう
irof
28
9.6k
最新TCAキャッチアップ
0si43
0
140
OSSで起業してもうすぐ10年 / Open Source Conference 2024 Shimane
furukawayasuto
0
100
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
1
1.5k
受け取る人から提供する人になるということ
little_rubyist
0
230
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
900
Flutterを言い訳にしない!アプリの使い心地改善テクニック5選🔥
kno3a87
1
170
WebフロントエンドにおけるGraphQL(あるいはバックエンドのAPI)との向き合い方 / #241106_plk_frontend
izumin5210
4
1.4k
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
600
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
8
540
카카오페이는 어떻게 수천만 결제를 처리할까? 우아한 결제 분산락 노하우
kakao
PRO
0
110
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
190
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
65
11k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
Thoughts on Productivity
jonyablonski
67
4.3k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Raft: Consensus for Rubyists
vanstee
136
6.6k
A better future with KSS
kneath
238
17k
A designer walks into a library…
pauljervisheath
203
24k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
Producing Creativity
orderedlist
PRO
341
39k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
860
Transcript
Rails Girls Git GitHub Heroku
Terence Lee @hone02
Rails Girls
Karri Saarinen @karrisaarinen
Linda Liukas @lindaliukas
Open source.
The first workshop came from Linda’s interest in learning Rails.
Never intended to be global.
None
Jason Ong from Singapore emailed us. We’ve neer been.
Planning Berlin. 75 attendees. Largest event at the time.
I met Linda in Berlin
Coaching my first event. Captivated by the... Positive Energy. Passion.
Desire to learn.
Railsberry (Krakow)
Open Source the Guides. Github used to distribute. Running your
own event is now accessible.
Inspiring people at Railsberry. Now there was actionable items people
could take away.
YouTube Link
Amsterdam. Paris. San Francisco. Helsinki. Melbourne. Los Angeles. Miami.
180 Cities to Date
WWDC
Aaron Patterson
Davy Stevenson @davystevenson #FridayHug
San Francisco
Helsinki
Sofia
None
None
$ git init Creating a Repository
Ctrl + S
Staging Area
$ git add <filename> Add file to Staging
$ git add .
$ git status Review Staging
$ git status Changes to be committed: new file: Gemfile
new file: Gemfile.lock new file: config.ru
First Commit
$ git commit -m “initial commit” Save the Commit
Remotes
$ git remote add <name> <url> Add a place to
store the data
Branches
$ git push <remote> <branch> Deploy your code to the
cloud!
$ git push origin master
$ git clone <url> Checkout a remote repository
$ git log View the Archives
None
Social Coding
Community
Collaboration
Fork
Pull Request Contributing Back
None
Forget Servers
Build Run Scale
Addons
$ heroku create -- addon heroku- postgresql
gem ‘pg’
gem ‘rails_12factor’
$ git push heroku master Deploy
$ heroku logs Visit app logs
Inspire. Create. Explore.
Questions? https://try.github.io/