René's URL Explorer Experiment


Title: Getting Started with GitHub · Issue #1 · java-orange/github-slideshow · GitHub

Open Graph Title: Getting Started with GitHub · Issue #1 · java-orange/github-slideshow

X Title: Getting Started with GitHub · Issue #1 · java-orange/github-slideshow

Description: 👋 Welcome to GitHub Learning Lab's "Introduction to GitHub" To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub. 👇 This arrow means you can expand the window! Click on them throughout t...

Open Graph Description: 👋 Welcome to GitHub Learning Lab's "Introduction to GitHub" To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub. 👇 This arrow means you can expan...

X Description: 👋 Welcome to GitHub Learning Lab's "Introduction to GitHub" To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub. 👇 This arrow means...

Opengraph URL: https://github.com/java-orange/github-slideshow/issues/1

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Getting Started with GitHub","articleBody":"# :wave: Welcome to GitHub Learning Lab's \"Introduction to GitHub\"\n\nTo get started, I’ll guide you through some important first steps in coding and collaborating on GitHub.\n\n:point_down: _This arrow means you can expand the window! Click on them throughout the course to find more information._\n\u003cdetails\u003e\u003csummary\u003eWhat is GitHub?\u003c/summary\u003e\n\u003chr\u003e\n\n## What is GitHub?\n\nI'm glad you asked! Many people come to GitHub because they want to contribute to open source \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#open-source)\u003c/sup\u003e projects, or they're invited by teammates or classmates who use it for their projects. Why do people use GitHub for these projects?\n\n**At its heart, GitHub is a collaboration platform.**\n\nFrom software to legal documents, you can count on GitHub to help you do your best work with the collaboration and security tools your team needs. With GitHub, you can keep projects completely private, invite the world to collaborate, and streamline every step of your project.\n\n**GitHub is also a powerful version control tool.**\n\nGitHub uses Git \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#git)\u003c/sup\u003e, the most popular open source version control software, to track every contribution and contributor \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#contributor)\u003c/sup\u003e to your project--so you know exactly where every line of code came from.\n\n**GitHub helps people do much more.**\n\nGitHub is used to build some of the most advanced technologies in the world. Whether you're visualizing data or building a new game, there's a whole community and set of tools on GitHub that can get you to the next step. This course starts with the basics, but we'll dig into the rest later!\n\n:tv: [Video: What is GitHub?](https://www.youtube.com/watch?v=w3jLJU7DT5E)\n\u003chr\u003e\n\u003c/details\u003e\u003cbr\u003e\n\n\u003cdetails\u003e\u003csummary\u003eExploring a GitHub repository\u003c/summary\u003e\n\u003chr\u003e\n\n## Exploring a GitHub repository\n\n:tv: [Video: Exploring a repository](https://www.youtube.com/watch?v=R8OAwrcMlRw)\n\n### More features\n\nThe video covered some of the most commonly-used features. Here are a few other items you can find in GitHub repositories:\n\n- Project boards: Create Kanban-style task tracking board within GitHub\n- Wiki: Create and store relevant project documentation\n- Insights: View a drop-down menu that contains links to analytics tools for your repository including:\n  - Pulse: Find information about the work that has been completed and the work that’s in-progress in this project dashboard\n  - Graphs: Graphs provide a more granular view of the repository activity including who contributed to the repository, who forked it, and when they completed the work\n\n### Special Files\n\nIn the video you learned about a special file called the README.md. Here are a few other special files you can add to your repositories:\n\n- CONTRIBUTING.md: The `CONTRIBUTING.md` is used to describe the process for contributing to the repository. A link to the `CONTRIBUTING.md` file is shown anytime someone creates a new issue or pull request.\n- ISSUE_TEMPLATE.md: The `ISSUE_TEMPLATE.md` is another file you can use to pre-populate the body of an issue. For example, if you always need the same types of information for bug reports, include it in the issue template, and every new issue will be opened with your recommended starter text.\n\n\u003chr\u003e\n\u003c/details\u003e\n\n### Using issues\n\nThis is an issue \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#issue)\u003c/sup\u003e: a place where you can have conversations about bugs in your code, code review, and just about anything else.\n\nIssue titles are like email subject lines. They tell your collaborators what the issue is about at a glance. For example, the title of this issue is Getting Started with GitHub.\n\n\n\u003cdetails\u003e\u003csummary\u003eUsing GitHub Issues\u003c/summary\u003e\n\n## Using GitHub issues\n\nIssues are used to discuss ideas, enhancements, tasks, and bugs. They make collaboration easier by:\n\n- Providing everyone (even future team members) with the complete story in one place\n- Allowing you to cross-link to other issues and pull requests \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#pull-request)\u003c/sup\u003e\n- Creating a single, comprehensive record of how and why you made certain decisions\n- Allowing you to easily pull the right people and teams into a conversation with @-mentions\n\n:tv: [Video: Using issues](https://www.youtube.com/watch?v=Zhj46r5D0nQ)\n\n\u003chr\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eManaging notifications\u003c/summary\u003e\n\u003chr\u003e\n\n## Managing notifications\n\n:tv: [Video: Watching, notifications, stars, and explore](https://www.youtube.com/watch?v=ocQldxF7fMY)\n\nOnce you've commented on an issue or pull request, you'll start receiving email notifications when there's activity in the thread.  \n\n### How to silence or unmute specific conversations\n\n1. Go to the issue or pull request\n2. Under _\"Notifications\"_, click the **Unsubscribe** button on the right to silence notifications or **Subscribe** to unmute them\n\nYou'll see a short description that explains your current notification status.\n\n### How to customize notifications in Settings\n\n1. Click your profile icon\n2. Click **Settings**\n3. Click **Notifications** from the menu on the left and [adjust your notification preferences](https://help.github.com/articles/managing-notification-delivery-methods/)\n\n### Repository notification options\n\n* **Watch**: You'll receive a notification when a new issue, pull request or comment is posted, and when an issue is closed or a pull request is merged  \n* **Not watching**: You'll no longer receive notifications unless you're @-mentioned\n* **Ignore**: You'll no longer receive any notifications from the repository\n\n### How to review notifications for the repositories you're watching\n\n1. Click your profile icon\n2. Click **Settings**\n3. Click **Notification** from the menu on the left\n4. Click on the [things you’re watching](https://github.com/watching) link\n5. Select the **Watching** tab\n6. Click the **Unwatch** button to disable notifications, or **Watch** to enable them\n\n\u003chr\u003e\n\u003c/details\u003e\n\n\u003chr\u003e\n\u003ch3 align=\"center\"\u003eKeep reading below to find your first task\u003c/h3\u003e\n","author":{"url":"https://github.com/github-learning-lab[bot]","@type":"Person","name":"github-learning-lab[bot]"},"datePublished":"2020-12-06T00:37:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/1/github-slideshow/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:74aa6ac9-c594-be10-3e4a-a6a2e3e5db59
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE838:23F7B7:ABBC1C:E4FDA4:69740255
html-safe-nonce6253f047480457a62002e78bf3ff9494c59dcd2f82745dc247bdf3e3258904b7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODM4OjIzRjdCNzpBQkJDMUM6RTRGREE0OjY5NzQwMjU1IiwidmlzaXRvcl9pZCI6IjcyNDc1Nzg5MjY1OTc1MzgzODkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac6ed8f41ef89706a23b016e2d2fbebd873b124f99078a9a5288b4d0120dc556cf
hovercard-subject-tagissue:757814123
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/java-orange/github-slideshow/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a906b9540e4927735cfd1dfb7ba179a6d444cc4b9130f3a9d4ca9fc4712bf24a/java-orange/github-slideshow/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a906b9540e4927735cfd1dfb7ba179a6d444cc4b9130f3a9d4ca9fc4712bf24a/java-orange/github-slideshow/issues/1
og:image:alt👋 Welcome to GitHub Learning Lab's "Introduction to GitHub" To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub. 👇 This arrow means you can expan...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegithub-learning-lab[bot]
hostnamegithub.com
expected-hostnamegithub.com
None2e0119fb6c27766bcaf7c7facecf6a01e2e3f46178600e1ae4cd18f39f26d07e
turbo-cache-controlno-preview
go-importgithub.com/java-orange/github-slideshow git https://github.com/java-orange/github-slideshow.git
octolytics-dimension-user_id75550628
octolytics-dimension-user_loginjava-orange
octolytics-dimension-repository_id318919237
octolytics-dimension-repository_nwojava-orange/github-slideshow
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id318919237
octolytics-dimension-repository_network_root_nwojava-orange/github-slideshow
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release537b85d925713805fbaf32aee83b4c1b4506dd82
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/java-orange/github-slideshow/issues/1#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjava-orange%2Fgithub-slideshow%2Fissues%2F1
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjava-orange%2Fgithub-slideshow%2Fissues%2F1
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=java-orange%2Fgithub-slideshow
Reloadhttps://patch-diff.githubusercontent.com/java-orange/github-slideshow/issues/1
Reloadhttps://patch-diff.githubusercontent.com/java-orange/github-slideshow/issues/1
Reloadhttps://patch-diff.githubusercontent.com/java-orange/github-slideshow/issues/1
java-orange https://patch-diff.githubusercontent.com/java-orange
github-slideshowhttps://patch-diff.githubusercontent.com/java-orange/github-slideshow
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fjava-orange%2Fgithub-slideshow
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fjava-orange%2Fgithub-slideshow
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fjava-orange%2Fgithub-slideshow
Code https://patch-diff.githubusercontent.com/java-orange/github-slideshow
Issues 1 https://patch-diff.githubusercontent.com/java-orange/github-slideshow/issues
Pull requests 0 https://patch-diff.githubusercontent.com/java-orange/github-slideshow/pulls
Actions https://patch-diff.githubusercontent.com/java-orange/github-slideshow/actions
Projects 0 https://patch-diff.githubusercontent.com/java-orange/github-slideshow/projects
Security 0 https://patch-diff.githubusercontent.com/java-orange/github-slideshow/security
Insights https://patch-diff.githubusercontent.com/java-orange/github-slideshow/pulse
Code https://patch-diff.githubusercontent.com/java-orange/github-slideshow
Issues https://patch-diff.githubusercontent.com/java-orange/github-slideshow/issues
Pull requests https://patch-diff.githubusercontent.com/java-orange/github-slideshow/pulls
Actions https://patch-diff.githubusercontent.com/java-orange/github-slideshow/actions
Projects https://patch-diff.githubusercontent.com/java-orange/github-slideshow/projects
Security https://patch-diff.githubusercontent.com/java-orange/github-slideshow/security
Insights https://patch-diff.githubusercontent.com/java-orange/github-slideshow/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/java-orange/github-slideshow/issues/1
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/java-orange/github-slideshow/issues/1
Getting Started with GitHubhttps://patch-diff.githubusercontent.com/java-orange/github-slideshow/issues/1#top
https://patch-diff.githubusercontent.com/java-orange
https://github.com/apps/github-learning-lab
https://github.com/apps/github-learning-lab
github-learning-labhttps://github.com/apps/github-learning-lab
on Dec 6, 2020https://github.com/java-orange/github-slideshow/issues/1#issue-757814123
📖https://help.github.com/articles/github-glossary/#open-source
📖https://help.github.com/articles/github-glossary/#git
📖https://help.github.com/articles/github-glossary/#contributor
Video: What is GitHub?https://www.youtube.com/watch?v=w3jLJU7DT5E
Video: Exploring a repositoryhttps://www.youtube.com/watch?v=R8OAwrcMlRw
📖https://help.github.com/articles/github-glossary/#issue
📖https://help.github.com/articles/github-glossary/#pull-request
Video: Using issueshttps://www.youtube.com/watch?v=Zhj46r5D0nQ
Video: Watching, notifications, stars, and explorehttps://www.youtube.com/watch?v=ocQldxF7fMY
adjust your notification preferenceshttps://help.github.com/articles/managing-notification-delivery-methods/
things you’re watchinghttps://github.com/watching
java-orangehttps://patch-diff.githubusercontent.com/java-orange
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.