SlideShare uma empresa Scribd logo
1 de 15
Baixar para ler offline
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Welcome 2 GitHub
GitHub Introduction and Tips
VIA Next Innovators Tokyo1
(Authorized Affiliate of VIA Programs2
)
November 2019 at our Learning Cafe
1next innovators tokyo@viaprograms.org
2http://viaprograms.org/
1 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Outline
1 What is GitHub ?
2 Why GitHub is used ?
3 Who is using GitHub ?
4 GitHub Wiki
5 Gist
6 GitHub Pages
7 Refined GitHub
8 Extra: GitHub-like Services
9 Extra: Things Similar to Git
10 References
2 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
What is GitHub ?
File storage different from Dropbox.
Difference Between Dropbox
Made to save source codes (PDF can also be saved)
Based on Git
GitHub Wiki, GitHub Pages, Gist is available
GitHub Actions: Compile on GitHub
Social Networking Services
Follow other users
Various communities exist
Other features
Commit: Enter edit details
Issue: Someone may help you about the programs
Release: Notice about your creations
3 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
What is GitHub ?
Common points with Dropbox
You can save in separate folders (directories)
Upload by Drag & Drop
Saves indents in the Source Code
Zip file download OK
sudo apt install git→Git available for Linux
4 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Why GitHub is used ?
Why GitHub is used ?
Widely used by developers.
Also used by researchers.
5 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Who is using GitHub ?
Famous academic users
Sheehan Olver3
,
Nick Higham4
, Nick Trefethen5
· · ·
Famous corporate users
Facebook6
, Microsoft7
, Wolfram Research8
· · ·
3https://github.com/dlfivefifty
4https://github.com/higham
5https://github.com/trefethen
6https://github.com/facebook
7https://github.com/microsoft
8https://github.com/WolframResearch
6 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
GitHub Wiki
Wiki for yourself (Explain programs at here)
Available for each GitHub repository.
AsciiDoc, Markdown, MediaWiki, Textile is available
Use Codecogs9
→math formulas are available.
9https://www.codecogs.com/latex/eqneditor.php
7 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Gist
Independent from Repository
Markdown available
Source codes can be uploaded
You can set private or public
8 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
GitHub Pages
Website maker on GitHub.
How to use
Install GitHub Desktop (free)
↓
Make repository named username.github.io
↓
Make index.html on local
↓
https://username.github.io is made !!!
Not only Codecogs but also MathJax is OK !!!
Even you don’t know HTML · · ·
Prepare your website on Google Site
↓
Use HTML converter on Google Site
↓
Paste to GitHub Pages !!!
9 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Refined GitHub
Google Chrome/Firefox extension.
Features
User icon on reaction
Indent on comment
Open all issues at once
useful 404 page
cf: Refined BitBucket
10 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Other Extensions
Other Extensions
Hacker Tab (GitHub Trends on Tab)
OctoLinker
OctoTree (GitHub Source Code Tree on Screen)
11 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Extra: GitHub-like Services
BitBucket
GitLab10
Gogs11
, Gitea12
(Based on Go Language)
Features
Import/Export available from GitHub.
based on Git.
10https://gitlab.com/
11https://gogs.io/
12https://gitea.io/en-us/
12 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Extra: Things Similar to Git
Mercurial13
SourceForge14
Apache Subversion15
13https://www.mercurial-scm.org/
14https://sourceforge.net/
15https://subversion.apache.org/
13 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
References
GitHub
Introducing GitHub, A Non-Technical Guide, Peter Bell and Brent Beer
(2014)
Building Tools with GitHub-Customize Your Workflow, Chris Dawson and
Ben Straub (2016)
Introduction to Git and GitHub, Develop software, track codebase changes,
and share and optimize software collaboration, Alex Magana and Joseph
Muli (2018)
GitHub Essentials, Unleash the power of collaborative development
workflows using GitHub (2nd Edition), Achilleas Pipinellis (2018)
Git and Github Guide-The Basics, Jerry N. P. (2018)
GitLab
GitLab Cookbook, Jeroen van Baarsen (2014)
GitLab Quick Start Guide, Migrate to GitLab for all your repository
management solutions, Adam O’Grady (2018)
14 / 15
Welcome 2
GitHub
VIA Next
Innovators Tokyo
What is GitHub ?
Why GitHub is
used ?
Who is using
GitHub ?
GitHub Wiki
Gist
GitHub Pages
Refined GitHub
Extra:
GitHub-like
Services
Extra: Things
Similar to Git
References
Thank You Very Much
Your attention and interest is appreciated !!!
Here’s our website
https://sites.google.com/a/viaprograms.org/via-next-innovators-homepage/
15 / 15

Mais conteúdo relacionado

Mais procurados

Introducing Git and git flow
Introducing Git and git flow Introducing Git and git flow
Introducing Git and git flow Sebin Benjamin
 
Github Case Study By Amil Ali
Github Case Study By Amil AliGithub Case Study By Amil Ali
Github Case Study By Amil AliAmilAli1
 
Git and GitHub
Git and GitHubGit and GitHub
Git and GitHubRick Umali
 
Let's Git Together! - Hacktoberfest 2020
Let's Git Together! - Hacktoberfest 2020Let's Git Together! - Hacktoberfest 2020
Let's Git Together! - Hacktoberfest 2020EqraKhattak
 
Gerrit Code Review Analytics
Gerrit Code Review AnalyticsGerrit Code Review Analytics
Gerrit Code Review AnalyticsLuca Milanesio
 
GerritHub.io - present, past, future
GerritHub.io - present, past, futureGerritHub.io - present, past, future
GerritHub.io - present, past, futureLuca Milanesio
 
Goのパッケージ管理 @Go合宿2018
Goのパッケージ管理 @Go合宿2018Goのパッケージ管理 @Go合宿2018
Goのパッケージ管理 @Go合宿2018jumpei chikamori
 
Hacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginnersHacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginnersDeepikaRana30
 
GitHub Classroom - An Open Source Learning Platform by Dr. Anchal Garg
GitHub Classroom - An Open Source Learning Platform by Dr. Anchal GargGitHub Classroom - An Open Source Learning Platform by Dr. Anchal Garg
GitHub Classroom - An Open Source Learning Platform by Dr. Anchal GargNisha Garg
 
Github 101 An Adventurer's Guide To Open Source
Github 101   An Adventurer's Guide To Open SourceGithub 101   An Adventurer's Guide To Open Source
Github 101 An Adventurer's Guide To Open SourcePrachitibhukan
 
Hack the hacktoberfest
Hack the hacktoberfestHack the hacktoberfest
Hack the hacktoberfestSharjeel Yunus
 
OSGi Versioning & Testing
OSGi Versioning & TestingOSGi Versioning & Testing
OSGi Versioning & TestingChris Aniszczyk
 
iTHome Gopher Day 2017: What can Golang do? (Using project 52 as examples)
iTHome Gopher Day 2017: What can Golang do?  (Using project 52 as examples)iTHome Gopher Day 2017: What can Golang do?  (Using project 52 as examples)
iTHome Gopher Day 2017: What can Golang do? (Using project 52 as examples)Evan Lin
 
Introduction to git and Github
Introduction to git and GithubIntroduction to git and Github
Introduction to git and GithubWycliff1
 

Mais procurados (20)

Introducing Git and git flow
Introducing Git and git flow Introducing Git and git flow
Introducing Git and git flow
 
Github
GithubGithub
Github
 
Git & github
Git & githubGit & github
Git & github
 
Github Case Study By Amil Ali
Github Case Study By Amil AliGithub Case Study By Amil Ali
Github Case Study By Amil Ali
 
Git and GitHub
Git and GitHubGit and GitHub
Git and GitHub
 
Git & git hub
Git & git hubGit & git hub
Git & git hub
 
Let's Git Together! - Hacktoberfest 2020
Let's Git Together! - Hacktoberfest 2020Let's Git Together! - Hacktoberfest 2020
Let's Git Together! - Hacktoberfest 2020
 
Gerrit Code Review Analytics
Gerrit Code Review AnalyticsGerrit Code Review Analytics
Gerrit Code Review Analytics
 
GerritHub.io - present, past, future
GerritHub.io - present, past, futureGerritHub.io - present, past, future
GerritHub.io - present, past, future
 
Goのパッケージ管理 @Go合宿2018
Goのパッケージ管理 @Go合宿2018Goのパッケージ管理 @Go合宿2018
Goのパッケージ管理 @Go合宿2018
 
Hacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginnersHacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginners
 
Open source
Open sourceOpen source
Open source
 
GitHub Classroom - An Open Source Learning Platform by Dr. Anchal Garg
GitHub Classroom - An Open Source Learning Platform by Dr. Anchal GargGitHub Classroom - An Open Source Learning Platform by Dr. Anchal Garg
GitHub Classroom - An Open Source Learning Platform by Dr. Anchal Garg
 
Github
GithubGithub
Github
 
Github 101 An Adventurer's Guide To Open Source
Github 101   An Adventurer's Guide To Open SourceGithub 101   An Adventurer's Guide To Open Source
Github 101 An Adventurer's Guide To Open Source
 
Hack the hacktoberfest
Hack the hacktoberfestHack the hacktoberfest
Hack the hacktoberfest
 
OSGi Versioning & Testing
OSGi Versioning & TestingOSGi Versioning & Testing
OSGi Versioning & Testing
 
GitHub
GitHubGitHub
GitHub
 
iTHome Gopher Day 2017: What can Golang do? (Using project 52 as examples)
iTHome Gopher Day 2017: What can Golang do?  (Using project 52 as examples)iTHome Gopher Day 2017: What can Golang do?  (Using project 52 as examples)
iTHome Gopher Day 2017: What can Golang do? (Using project 52 as examples)
 
Introduction to git and Github
Introduction to git and GithubIntroduction to git and Github
Introduction to git and Github
 

Semelhante a GitHub Intro and Tips (39

Introducing Github and Octocats by Tony Bangratz
Introducing Github and Octocats by Tony BangratzIntroducing Github and Octocats by Tony Bangratz
Introducing Github and Octocats by Tony BangratzRailsGirls_RTM
 
RailsGirls Rotterdam - Github (and Octocats!)
RailsGirls Rotterdam - Github (and Octocats!)RailsGirls Rotterdam - Github (and Octocats!)
RailsGirls Rotterdam - Github (and Octocats!)Anton Bangratz
 
Hacktoberfest GDSC BBBDITM.pptx
Hacktoberfest GDSC BBBDITM.pptxHacktoberfest GDSC BBBDITM.pptx
Hacktoberfest GDSC BBBDITM.pptxArishAhmad9
 
Difference between Github vs Gitlab vs Bitbucket
Difference between Github vs Gitlab vs BitbucketDifference between Github vs Gitlab vs Bitbucket
Difference between Github vs Gitlab vs Bitbucketjeetendra mandal
 
Introduction to Git and Github
Introduction to Git and GithubIntroduction to Git and Github
Introduction to Git and GithubHouari ZEGAI
 
Intro to Git, GitHub, and Devpost
Intro to Git, GitHub, and DevpostIntro to Git, GitHub, and Devpost
Intro to Git, GitHub, and DevpostAndrew Kerr
 
GDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptxGDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptxAnandMenon54
 
Hacktoberfest GDSC Pillai College of Engineering
Hacktoberfest GDSC Pillai College of EngineeringHacktoberfest GDSC Pillai College of Engineering
Hacktoberfest GDSC Pillai College of EngineeringAnandMenon54
 
Git and Github.pptx
Git and Github.pptxGit and Github.pptx
Git and Github.pptxaymanessam16
 
Smile Gupta - Hacktoberfest Celebration 2020
Smile Gupta - Hacktoberfest Celebration 2020Smile Gupta - Hacktoberfest Celebration 2020
Smile Gupta - Hacktoberfest Celebration 2020Smile Gupta
 
Git single branch
Git single branchGit single branch
Git single branchCarl Brown
 
Brush up on using github
Brush up on using githubBrush up on using github
Brush up on using githubSebin Benjamin
 
Say Hello to awesomeness: Let’s learn the essentials of GitHub
Say Hello to awesomeness: Let’s learn the essentials of GitHubSay Hello to awesomeness: Let’s learn the essentials of GitHub
Say Hello to awesomeness: Let’s learn the essentials of GitHubSmile Gupta
 

Semelhante a GitHub Intro and Tips (39 (20)

Introducing Github and Octocats by Tony Bangratz
Introducing Github and Octocats by Tony BangratzIntroducing Github and Octocats by Tony Bangratz
Introducing Github and Octocats by Tony Bangratz
 
RailsGirls Rotterdam - Github (and Octocats!)
RailsGirls Rotterdam - Github (and Octocats!)RailsGirls Rotterdam - Github (and Octocats!)
RailsGirls Rotterdam - Github (and Octocats!)
 
Hacktoberfest GDSC BBBDITM.pptx
Hacktoberfest GDSC BBBDITM.pptxHacktoberfest GDSC BBBDITM.pptx
Hacktoberfest GDSC BBBDITM.pptx
 
Difference between Github vs Gitlab vs Bitbucket
Difference between Github vs Gitlab vs BitbucketDifference between Github vs Gitlab vs Bitbucket
Difference between Github vs Gitlab vs Bitbucket
 
Introduction to Git and Github
Introduction to Git and GithubIntroduction to Git and Github
Introduction to Git and Github
 
Intro to Git, GitHub, and Devpost
Intro to Git, GitHub, and DevpostIntro to Git, GitHub, and Devpost
Intro to Git, GitHub, and Devpost
 
GDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptxGDSC PCE Hacktoberfest 1.pptx
GDSC PCE Hacktoberfest 1.pptx
 
Hacktoberfest GDSC Pillai College of Engineering
Hacktoberfest GDSC Pillai College of EngineeringHacktoberfest GDSC Pillai College of Engineering
Hacktoberfest GDSC Pillai College of Engineering
 
Git and Github.pptx
Git and Github.pptxGit and Github.pptx
Git and Github.pptx
 
Git
GitGit
Git
 
Git n git hub
Git n git hubGit n git hub
Git n git hub
 
Git step by step
Git step by stepGit step by step
Git step by step
 
Git_Git_Lab_1664715263.pdf
Git_Git_Lab_1664715263.pdfGit_Git_Lab_1664715263.pdf
Git_Git_Lab_1664715263.pdf
 
Giddy Up on GitHub
Giddy Up on GitHubGiddy Up on GitHub
Giddy Up on GitHub
 
Smile Gupta - Hacktoberfest Celebration 2020
Smile Gupta - Hacktoberfest Celebration 2020Smile Gupta - Hacktoberfest Celebration 2020
Smile Gupta - Hacktoberfest Celebration 2020
 
Github
GithubGithub
Github
 
Git Hub Platform
Git Hub PlatformGit Hub Platform
Git Hub Platform
 
Git single branch
Git single branchGit single branch
Git single branch
 
Brush up on using github
Brush up on using githubBrush up on using github
Brush up on using github
 
Say Hello to awesomeness: Let’s learn the essentials of GitHub
Say Hello to awesomeness: Let’s learn the essentials of GitHubSay Hello to awesomeness: Let’s learn the essentials of GitHub
Say Hello to awesomeness: Let’s learn the essentials of GitHub
 

Mais de VIA Next Innovators

Mais de VIA Next Innovators (16)

Welcome 2 ESI
Welcome 2 ESIWelcome 2 ESI
Welcome 2 ESI
 
VIA Next Innovators plan for 2020s English
VIA Next Innovators plan for 2020s EnglishVIA Next Innovators plan for 2020s English
VIA Next Innovators plan for 2020s English
 
VIA Next Innovators revised outlook English
VIA Next Innovators revised outlook EnglishVIA Next Innovators revised outlook English
VIA Next Innovators revised outlook English
 
Via next-innovators-outlook-simple
Via next-innovators-outlook-simpleVia next-innovators-outlook-simple
Via next-innovators-outlook-simple
 
New year & decade greetings from VIA Next Innovators
New year & decade greetings from VIA Next InnovatorsNew year & decade greetings from VIA Next Innovators
New year & decade greetings from VIA Next Innovators
 
How to choose your lab and graduate school
How to choose your lab and graduate schoolHow to choose your lab and graduate school
How to choose your lab and graduate school
 
Optimization News 2019
Optimization News 2019Optimization News 2019
Optimization News 2019
 
Tech News 2019
Tech News 2019Tech News 2019
Tech News 2019
 
LabTech Introduction
LabTech IntroductionLabTech Introduction
LabTech Introduction
 
Slack News 2019
Slack News 2019Slack News 2019
Slack News 2019
 
Via promotion 2017
Via promotion 2017Via promotion 2017
Via promotion 2017
 
Casual session 2017 January
Casual session 2017 JanuaryCasual session 2017 January
Casual session 2017 January
 
Esi dsi intro
Esi dsi introEsi dsi intro
Esi dsi intro
 
2016 03 26
2016 03 262016 03 26
2016 03 26
 
2015 11 19_designthinking_slideshare
2015 11 19_designthinking_slideshare2015 11 19_designthinking_slideshare
2015 11 19_designthinking_slideshare
 
2015 11 11 designthinking_slideshare
2015 11 11 designthinking_slideshare2015 11 11 designthinking_slideshare
2015 11 11 designthinking_slideshare
 

Último

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 

Último (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 

GitHub Intro and Tips (39

  • 1. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Welcome 2 GitHub GitHub Introduction and Tips VIA Next Innovators Tokyo1 (Authorized Affiliate of VIA Programs2 ) November 2019 at our Learning Cafe 1next innovators tokyo@viaprograms.org 2http://viaprograms.org/ 1 / 15
  • 2. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Outline 1 What is GitHub ? 2 Why GitHub is used ? 3 Who is using GitHub ? 4 GitHub Wiki 5 Gist 6 GitHub Pages 7 Refined GitHub 8 Extra: GitHub-like Services 9 Extra: Things Similar to Git 10 References 2 / 15
  • 3. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References What is GitHub ? File storage different from Dropbox. Difference Between Dropbox Made to save source codes (PDF can also be saved) Based on Git GitHub Wiki, GitHub Pages, Gist is available GitHub Actions: Compile on GitHub Social Networking Services Follow other users Various communities exist Other features Commit: Enter edit details Issue: Someone may help you about the programs Release: Notice about your creations 3 / 15
  • 4. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References What is GitHub ? Common points with Dropbox You can save in separate folders (directories) Upload by Drag & Drop Saves indents in the Source Code Zip file download OK sudo apt install git→Git available for Linux 4 / 15
  • 5. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Why GitHub is used ? Why GitHub is used ? Widely used by developers. Also used by researchers. 5 / 15
  • 6. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Who is using GitHub ? Famous academic users Sheehan Olver3 , Nick Higham4 , Nick Trefethen5 · · · Famous corporate users Facebook6 , Microsoft7 , Wolfram Research8 · · · 3https://github.com/dlfivefifty 4https://github.com/higham 5https://github.com/trefethen 6https://github.com/facebook 7https://github.com/microsoft 8https://github.com/WolframResearch 6 / 15
  • 7. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References GitHub Wiki Wiki for yourself (Explain programs at here) Available for each GitHub repository. AsciiDoc, Markdown, MediaWiki, Textile is available Use Codecogs9 →math formulas are available. 9https://www.codecogs.com/latex/eqneditor.php 7 / 15
  • 8. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Gist Independent from Repository Markdown available Source codes can be uploaded You can set private or public 8 / 15
  • 9. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References GitHub Pages Website maker on GitHub. How to use Install GitHub Desktop (free) ↓ Make repository named username.github.io ↓ Make index.html on local ↓ https://username.github.io is made !!! Not only Codecogs but also MathJax is OK !!! Even you don’t know HTML · · · Prepare your website on Google Site ↓ Use HTML converter on Google Site ↓ Paste to GitHub Pages !!! 9 / 15
  • 10. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Refined GitHub Google Chrome/Firefox extension. Features User icon on reaction Indent on comment Open all issues at once useful 404 page cf: Refined BitBucket 10 / 15
  • 11. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Other Extensions Other Extensions Hacker Tab (GitHub Trends on Tab) OctoLinker OctoTree (GitHub Source Code Tree on Screen) 11 / 15
  • 12. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Extra: GitHub-like Services BitBucket GitLab10 Gogs11 , Gitea12 (Based on Go Language) Features Import/Export available from GitHub. based on Git. 10https://gitlab.com/ 11https://gogs.io/ 12https://gitea.io/en-us/ 12 / 15
  • 13. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Extra: Things Similar to Git Mercurial13 SourceForge14 Apache Subversion15 13https://www.mercurial-scm.org/ 14https://sourceforge.net/ 15https://subversion.apache.org/ 13 / 15
  • 14. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References References GitHub Introducing GitHub, A Non-Technical Guide, Peter Bell and Brent Beer (2014) Building Tools with GitHub-Customize Your Workflow, Chris Dawson and Ben Straub (2016) Introduction to Git and GitHub, Develop software, track codebase changes, and share and optimize software collaboration, Alex Magana and Joseph Muli (2018) GitHub Essentials, Unleash the power of collaborative development workflows using GitHub (2nd Edition), Achilleas Pipinellis (2018) Git and Github Guide-The Basics, Jerry N. P. (2018) GitLab GitLab Cookbook, Jeroen van Baarsen (2014) GitLab Quick Start Guide, Migrate to GitLab for all your repository management solutions, Adam O’Grady (2018) 14 / 15
  • 15. Welcome 2 GitHub VIA Next Innovators Tokyo What is GitHub ? Why GitHub is used ? Who is using GitHub ? GitHub Wiki Gist GitHub Pages Refined GitHub Extra: GitHub-like Services Extra: Things Similar to Git References Thank You Very Much Your attention and interest is appreciated !!! Here’s our website https://sites.google.com/a/viaprograms.org/via-next-innovators-homepage/ 15 / 15