RailsGirls Rotterdam - Github (and Octocats!)

22
1 / 15 Moar Octocats - Using Github With Rails Anton Bangratz https://abangratz.github.com/ @tony_xpro [email protected] 2012-01-18

Transcript of RailsGirls Rotterdam - Github (and Octocats!)

Page 1: RailsGirls Rotterdam - Github (and Octocats!)

1 / 15

Moar Octocats - Using Github With Rails

Anton Bangratz

https://abangratz.github.com/

@tony_xpro

[email protected]

2012-01-18

Page 2: RailsGirls Rotterdam - Github (and Octocats!)

GitHub

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

2 / 15

Page 3: RailsGirls Rotterdam - Github (and Octocats!)

What’s GitHub?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

3 / 15

Page 4: RailsGirls Rotterdam - Github (and Octocats!)

Why use git?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

4 / 15

Page 5: RailsGirls Rotterdam - Github (and Octocats!)

Why use git?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

4 / 15

● You like your sourcecode,

Page 6: RailsGirls Rotterdam - Github (and Octocats!)

Why use git?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

4 / 15

● You like your sourcecode,

● Contribution/Teamwork is easy

Page 7: RailsGirls Rotterdam - Github (and Octocats!)

Why use git?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

4 / 15

● You like your sourcecode,

● Contribution/Teamwork is easy,

● You want to review/undo things.

Page 8: RailsGirls Rotterdam - Github (and Octocats!)

Why GitHub?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

5 / 15

Page 9: RailsGirls Rotterdam - Github (and Octocats!)

Why GitHub?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

5 / 15

● It’s easy,

Page 10: RailsGirls Rotterdam - Github (and Octocats!)

Why GitHub?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

5 / 15

● It’s easy,

● it brings a great workflow,

Page 11: RailsGirls Rotterdam - Github (and Octocats!)

Why GitHub?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

5 / 15

● It’s easy,

● it brings a great workflow,

● there are applications for Mac and Windows available,

and

Page 12: RailsGirls Rotterdam - Github (and Octocats!)

Why GitHub?

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

5 / 15

● It’s easy,

● it brings a great workflow,

● there are applications for Mac and Windows available,

and

● of course, OCTOCATS!

Page 13: RailsGirls Rotterdam - Github (and Octocats!)

Creating a new project

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

6 / 15

Page 14: RailsGirls Rotterdam - Github (and Octocats!)

.gitignore

GitHub

❖ What’s GitHub?

❖ Why use git?

❖ Why GitHub?

❖ Creating a newproject

❖ .gitignore

Workflow

Tips and Tricks

7 / 15

Page 15: RailsGirls Rotterdam - Github (and Octocats!)

Workflow

GitHub

Workflow

❖ Init, Fork andClone

❖ Commit, Pull andPush

❖ Fork, Branch andPull Request

Tips and Tricks

8 / 15

Page 16: RailsGirls Rotterdam - Github (and Octocats!)

Init, Fork and Clone

GitHub

Workflow

❖ Init, Fork andClone

❖ Commit, Pull andPush

❖ Fork, Branch andPull Request

Tips and Tricks

9 / 15

Page 17: RailsGirls Rotterdam - Github (and Octocats!)

Commit, Pull and Push

GitHub

Workflow

❖ Init, Fork andClone

❖ Commit, Pull andPush

❖ Fork, Branch andPull Request

Tips and Tricks

10 / 15

Page 18: RailsGirls Rotterdam - Github (and Octocats!)

Fork, Branch and Pull Request

GitHub

Workflow

❖ Init, Fork andClone

❖ Commit, Pull andPush

❖ Fork, Branch andPull Request

Tips and Tricks

11 / 15

Page 19: RailsGirls Rotterdam - Github (and Octocats!)

Tips and Tricks

GitHub

Workflow

Tips and Tricks

❖ Collaboration andComments

❖ Socializing

12 / 15

Page 20: RailsGirls Rotterdam - Github (and Octocats!)

Collaboration and Comments

GitHub

Workflow

Tips and Tricks

❖ Collaboration andComments

❖ Socializing

13 / 15

Page 21: RailsGirls Rotterdam - Github (and Octocats!)

Socializing

GitHub

Workflow

Tips and Tricks

❖ Collaboration andComments

❖ Socializing

14 / 15

Page 22: RailsGirls Rotterdam - Github (and Octocats!)