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
260
Intro: Cloud Native Buildpacks - KubeCon EU 2019
hone
0
40
KubeCon 2018 - Intro: Cloud Native Buildpacks
hone
0
140
A Droid's Journey - CodeDaze 2018
hone
0
92
A Droid's Journey - RubyKaigi 2018
hone
0
690
Neon: JavaScript Native Extensions in Rust - Dreamforce 2017 OSS Booth
hone
0
72
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
PRレビューのお供にDanger
stoticdev
1
240
Visual StudioのGitHub Copilotでいろいろやってみる
tomokusaba
1
210
LINE messaging APIを使ってGoogleカレンダーと連携した予約ツールを作ってみた
takumakoike
0
120
Ça bouge du côté des animations CSS !
goetter
2
160
Webフレームワークとともに利用するWeb components / JSConf.jp おかわり
spring_raining
1
120
Rubyと自由とAIと
yotii23
6
1.8k
Go 1.24でジェネリックになった型エイリアスの紹介
syumai
2
300
.NET Frameworkでも汎用ホストが使いたい!
tomokusaba
0
200
CSS Linter による Baseline サポートの仕組み
ryo_manba
1
160
「個人開発マネタイズ大全」が教えてくれたこと
bani24884
1
270
[JAWS DAYS 2025] 最近の DB の競合解決の仕組みが分かった気になってみた
maroon1st
0
140
Drawing Heighway’s Dragon- Recursive Function Rewrite- From Imperative Style in Pascal 64 To Functional Style in Scala 3
philipschwarz
PRO
0
110
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
336
57k
Speed Design
sergeychernyshev
27
810
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Building an army of robots
kneath
303
45k
Adopting Sorbet at Scale
ufuk
75
9.2k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
Practical Orchestrator
shlominoach
186
10k
How GitHub (no longer) Works
holman
314
140k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Docker and Python
trallard
44
3.3k
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/