40
GitHub: The Good Parts @ruiwang_cn

GitHub: The Good Parts

Embed Size (px)

Citation preview

Page 1: GitHub: The Good Parts

GitHub: The Good Parts@ruiwang_cn

Page 2: GitHub: The Good Parts

GitHub is the largest code

host on the planet with over

20. 5 millions repositories

Page 3: GitHub: The Good Parts

GitHub 101

Page 4: GitHub: The Good Parts

#1: Coding is social

Think FaceBook for coders

Page 5: GitHub: The Good Parts

URL: https://github.com/mbostock

Page 6: GitHub: The Good Parts

#2: Manage projects

Team, organisation, repository

Page 7: GitHub: The Good Parts

PRIDE Cluster: https://github.com/PRIDE-Cluster

Page 8: GitHub: The Good Parts
Page 9: GitHub: The Good Parts
Page 10: GitHub: The Good Parts

#3: GitHub workflow

Page 11: GitHub: The Good Parts

Step 1: Create a branch

Page 12: GitHub: The Good Parts

Step 2: Add commits

Page 13: GitHub: The Good Parts

Step 3: Open a Pull Request

Page 14: GitHub: The Good Parts

Step 4: Discuss and review your

code

Page 15: GitHub: The Good Parts

Step 5: Merge and deploy

Page 16: GitHub: The Good Parts

GitHub Goodies

Page 17: GitHub: The Good Parts

#1: Issue tracking

Page 18: GitHub: The Good Parts

GitHub Issues: https://github.com/issues

Page 19: GitHub: The Good Parts
Page 20: GitHub: The Good Parts
Page 21: GitHub: The Good Parts
Page 22: GitHub: The Good Parts

My House Project: https://github.com/frabcus/house/labels/building

Page 23: GitHub: The Good Parts

#2: Code

Page 24: GitHub: The Good Parts

Pull Request = Code + Issue + Code Comments

Page 25: GitHub: The Good Parts

Commit comments

Page 26: GitHub: The Good Parts

Compare any two branches

Page 27: GitHub: The Good Parts

#3: Gist

Page 28: GitHub: The Good Parts

Gist: https://gist.github.com/

Page 29: GitHub: The Good Parts

#4: GitHub Pages

Page 30: GitHub: The Good Parts

GitHub Pages: https://pages.github.com/

Page 31: GitHub: The Good Parts

URL: https://github.com/snowplow/snowplow/wiki

Page 32: GitHub: The Good Parts

Jeklly: http://jekyllrb.com/

Page 33: GitHub: The Good Parts

#5: Continus Integration

Page 34: GitHub: The Good Parts

Travis: http://travis-ci.org

Gemnasium: https://gemnasium.com/

Page 35: GitHub: The Good Parts

#6: DOI

Page 36: GitHub: The Good Parts

Zenodo: https://zenodo.org/

Page 37: GitHub: The Good Parts

#7: Write a book

Page 38: GitHub: The Good Parts

GitBook: https://www.gitbook.com/

Page 39: GitHub: The Good Parts

Resources

• GitHub Guide: https://guides.github.com/

• Explore GitHub: https://github.com/explore

Page 40: GitHub: The Good Parts

Questions