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
150
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
170
Deep Dive: Cloud Native Buildpacks - KubeCon EU 2019
hone
1
290
Intro: Cloud Native Buildpacks - KubeCon EU 2019
hone
0
48
KubeCon 2018 - Intro: Cloud Native Buildpacks
hone
0
150
A Droid's Journey - CodeDaze 2018
hone
0
100
A Droid's Journey - RubyKaigi 2018
hone
0
760
Neon: JavaScript Native Extensions in Rust - Dreamforce 2017 OSS Booth
hone
0
76
Helix: Native Extensions for Everyone - RubyConf Colombia 2017
hone
1
160
Leveraging Rust with mruby: Loving our fellow Windows® users - FOSDEM 2017
hone
0
270
Other Decks in Programming
See All in Programming
AWS Serverless Application Model入門_20250708
smatsuzaki
0
120
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
470
ゲームの物理
fadis
5
1.5k
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
150
デザインシステムが必須の時代に
yosuke_furukawa
PRO
2
100
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
160
バイブコーディング × 設計思考
nogu66
0
130
AIエージェント開発、DevOps and LLMOps
ymd65536
1
340
Laravel Boost 超入門
fire_arlo
1
110
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
210
オープンセミナー2025@広島「君はどこで動かすか?」アンケート結果
satoshi256kbyte
0
200
CEDEC 2025 『ゲームにおけるリアルタイム通信への QUIC導入事例の紹介』
segadevtech
3
970
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
329
21k
Documentation Writing (for coders)
carmenintech
73
5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Building an army of robots
kneath
306
46k
The Invisible Side of Design
smashingmag
301
51k
Automating Front-end Workflow
addyosmani
1370
200k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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/