Slide 1

Slide 1 text

Rails Girls Git GitHub Heroku

Slide 2

Slide 2 text

Terence Lee @hone02

Slide 3

Slide 3 text

Rails Girls

Slide 4

Slide 4 text

Karri Saarinen @karrisaarinen

Slide 5

Slide 5 text

Linda Liukas @lindaliukas

Slide 6

Slide 6 text

Open source.

Slide 7

Slide 7 text

The first workshop came from Linda’s interest in learning Rails. Never intended to be global.

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

Jason Ong from Singapore emailed us. We’ve neer been.

Slide 10

Slide 10 text

Planning Berlin. 75 attendees. Largest event at the time.

Slide 11

Slide 11 text

I met Linda in Berlin

Slide 12

Slide 12 text

Coaching my first event. Captivated by the... Positive Energy. Passion. Desire to learn.

Slide 13

Slide 13 text

Railsberry (Krakow)

Slide 14

Slide 14 text

Open Source the Guides. Github used to distribute. Running your own event is now accessible.

Slide 15

Slide 15 text

Inspiring people at Railsberry. Now there was actionable items people could take away.

Slide 16

Slide 16 text

YouTube Link

Slide 17

Slide 17 text

Amsterdam. Paris. San Francisco. Helsinki. Melbourne. Los Angeles. Miami.

Slide 18

Slide 18 text

180 Cities to Date

Slide 19

Slide 19 text

WWDC

Slide 20

Slide 20 text

Aaron Patterson

Slide 21

Slide 21 text

Davy Stevenson @davystevenson #FridayHug

Slide 22

Slide 22 text

San Francisco

Slide 23

Slide 23 text

Helsinki

Slide 24

Slide 24 text

Sofia

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

$ git init Creating a Repository

Slide 28

Slide 28 text

Ctrl + S

Slide 29

Slide 29 text

Staging Area

Slide 30

Slide 30 text

$ git add Add file to Staging

Slide 31

Slide 31 text

$ git add .

Slide 32

Slide 32 text

$ git status Review Staging

Slide 33

Slide 33 text

$ git status Changes to be committed: new file: Gemfile new file: Gemfile.lock new file: config.ru

Slide 34

Slide 34 text

First Commit

Slide 35

Slide 35 text

$ git commit -m “initial commit” Save the Commit

Slide 36

Slide 36 text

Remotes

Slide 37

Slide 37 text

$ git remote add Add a place to store the data

Slide 38

Slide 38 text

Branches

Slide 39

Slide 39 text

$ git push Deploy your code to the cloud!

Slide 40

Slide 40 text

$ git push origin master

Slide 41

Slide 41 text

$ git clone Checkout a remote repository

Slide 42

Slide 42 text

$ git log View the Archives

Slide 43

Slide 43 text

No content

Slide 44

Slide 44 text

Social Coding

Slide 45

Slide 45 text

Community

Slide 46

Slide 46 text

Collaboration

Slide 47

Slide 47 text

Fork

Slide 48

Slide 48 text

Pull Request Contributing Back

Slide 49

Slide 49 text

No content

Slide 50

Slide 50 text

Forget Servers

Slide 51

Slide 51 text

Build Run Scale

Slide 52

Slide 52 text

Addons

Slide 53

Slide 53 text

$ heroku create -- addon heroku- postgresql

Slide 54

Slide 54 text

gem ‘pg’

Slide 55

Slide 55 text

gem ‘rails_12factor’

Slide 56

Slide 56 text

$ git push heroku master Deploy

Slide 57

Slide 57 text

$ heroku logs Visit app logs

Slide 58

Slide 58 text

Inspire. Create. Explore.

Slide 59

Slide 59 text

Questions? https://try.github.io/