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
250
Intro: Cloud Native Buildpacks - KubeCon EU 2019
hone
0
39
KubeCon 2018 - Intro: Cloud Native Buildpacks
hone
0
140
A Droid's Journey - CodeDaze 2018
hone
0
91
A Droid's Journey - RubyKaigi 2018
hone
0
650
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
テストをしないQAエンジニアは何をしているか?
nealle
0
130
動作確認やテストで漏れがちな観点3選
starfish719
6
1k
昭和の職場からアジャイルの世界へ
kumagoro95
1
350
自分ひとりから始められる生産性向上の取り組み #でぃーぷらすオオサカ
irof
8
2.6k
負債になりにくいCSSをデザイナとつくるには?
fsubal
9
2.3k
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
730
定理証明プラットフォーム lapisla.net
abap34
1
1.7k
Honoとフロントエンドの 型安全性について
yodaka
4
250
AWS Organizations で実現する、 マルチ AWS アカウントのルートユーザー管理からの脱却
atpons
0
130
さいきょうのレイヤードアーキテクチャについて考えてみた
yahiru
3
730
Multi Step Form, Decentralized Autonomous Organization
pumpkiinbell
1
660
SwiftUI Viewの責務分離
elmetal
PRO
0
150
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
A Modern Web Designer's Workflow
chriscoyier
693
190k
Code Review Best Practice
trishagee
66
17k
How GitHub (no longer) Works
holman
313
140k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Building an army of robots
kneath
302
45k
Documentation Writing (for coders)
carmenintech
67
4.6k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
A designer walks into a library…
pauljervisheath
205
24k
Designing for Performance
lara
604
68k
Mobile First: as difficult as doing things right
swwweet
223
9.3k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
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/