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
Domain: patch-diff.githubusercontent.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:74aa6ac9-c594-be10-3e4a-a6a2e3e5db59 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E838:23F7B7:ABBC1C:E4FDA4:69740255 |
| html-safe-nonce | 6253f047480457a62002e78bf3ff9494c59dcd2f82745dc247bdf3e3258904b7 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODM4OjIzRjdCNzpBQkJDMUM6RTRGREE0OjY5NzQwMjU1IiwidmlzaXRvcl9pZCI6IjcyNDc1Nzg5MjY1OTc1MzgzODkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 6ed8f41ef89706a23b016e2d2fbebd873b124f99078a9a5288b4d0120dc556cf |
| hovercard-subject-tag | issue:757814123 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/java-orange/github-slideshow/1/issue_layout |
| twitter:image | https://opengraph.githubassets.com/a906b9540e4927735cfd1dfb7ba179a6d444cc4b9130f3a9d4ca9fc4712bf24a/java-orange/github-slideshow/issues/1 |
| twitter:card | summary_large_image |
| og:image | https://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:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | github-learning-lab[bot] |
| hostname | github.com |
| expected-hostname | github.com |
| None | 2e0119fb6c27766bcaf7c7facecf6a01e2e3f46178600e1ae4cd18f39f26d07e |
| turbo-cache-control | no-preview |
| go-import | github.com/java-orange/github-slideshow git https://github.com/java-orange/github-slideshow.git |
| octolytics-dimension-user_id | 75550628 |
| octolytics-dimension-user_login | java-orange |
| octolytics-dimension-repository_id | 318919237 |
| octolytics-dimension-repository_nwo | java-orange/github-slideshow |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 318919237 |
| octolytics-dimension-repository_network_root_nwo | java-orange/github-slideshow |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 537b85d925713805fbaf32aee83b4c1b4506dd82 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width