using' github - coworking with github

19
‘Using’ Github Coworking with Github

Upload: subin-choi

Post on 16-Jul-2015

356 views

Category:

Software


5 download

TRANSCRIPT

Page 1: Using' github - coworking with Github

!

‘Using’ GithubCoworking with Github

Page 2: Using' github - coworking with Github

Wait a Sec…!

• Please, always feel free to give feedbacks.

• E-mail me on [email protected]

Page 3: Using' github - coworking with Github

Pre-Steps• Create a organisation,

!

!

• and a repository to use.

Page 4: Using' github - coworking with Github

‘Using’ Github means…!

!

• Using all following 7 elements.

Page 5: Using' github - coworking with Github

Code• You are not the only one using the Repository.

• give description with README.md

• https://github.com/DevSusuGithub/DevSusuRepo/blob/master/README.md

Page 6: Using' github - coworking with Github

Code• For Github to ONLY contain codes, edit .gitignore.

• Search for existing Project’s .gitignore

• use https://www.gitignore.io/

Page 7: Using' github - coworking with Github

Issues - Why?• Using issues, your teammates can keep in touch

with each other

Page 8: Using' github - coworking with Github

Issues• Assign people in your organization

• Labels

• Milestones

• Markdown!

Page 9: Using' github - coworking with Github

Pull Requests - Why?• Every teammates should know the changes

• We should merge with caution

• Master branch should always be stable

• Pull Request = Compare View + Issues + Commit comments

Page 10: Using' github - coworking with Github

Pull Requests• Check across branches, forks

• Branches

• Once you’re done with new module and made it stable

• Forks

• If you don’t have the permission to work directly on the specific repository. Work on forked repo and make a pull request.

Page 11: Using' github - coworking with Github

Pull Requests• Check changes before merging.

Page 12: Using' github - coworking with Github

Pull Requests• Tag solved issues.

Page 13: Using' github - coworking with Github

Pull Requests• +1 to Vote.

Page 14: Using' github - coworking with Github

Pull Requests• Merge pull request with issue.

Page 15: Using' github - coworking with Github

• Merge pull request with issue.

Pull Requests

Page 16: Using' github - coworking with Github

Wiki!

!

• Actually not that convenient. Think of it as a set of READMEs with links.

Page 17: Using' github - coworking with Github

Pulse & Graphs• Github visualizes your actions based on commits,

issues, pull requests.

• Explore the various Graphs.

• For more visualization, visit http://ghv.artzub.com/

Page 18: Using' github - coworking with Github

Settings• Find out about Github Pages. You can build your

page with no expense.

• Webhooks to hook other services from github’s actions.

• There’s More&More coming out.

Page 19: Using' github - coworking with Github

Thank you for readingcontact me on [email protected]