René's URL Explorer Experiment


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

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

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

Description: 👋 Bienvenue au cours "Introduction à GitHub" de GitHub Learning Lab Pour commencer, je vais vous guider à travers quelques premières étapes importantes de la programmation et la collaboration sur GitHub. 👇 Cette flèche signifie que vous ...

Open Graph Description: 👋 Bienvenue au cours "Introduction à GitHub" de GitHub Learning Lab Pour commencer, je vais vous guider à travers quelques premières étapes importantes de la programmation et la collaboration sur G...

X Description: 👋 Bienvenue au cours "Introduction à GitHub" de GitHub Learning Lab Pour commencer, je vais vous guider à travers quelques premières étapes importantes de la programmation et la collabora...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Getting Started with GitHub","articleBody":"# :wave: Bienvenue au cours \"Introduction à GitHub\" de GitHub Learning Lab \n\nPour commencer, je vais vous guider à travers quelques premières étapes importantes de la programmation et la collaboration sur GitHub.\n\n:point_down: _Cette flèche signifie que vous pouvez agrandir la fenêtre. Cliquez dessus tout au long du cours pour trouver plus d'informations._\n\u003cdetails\u003e\u003csummary\u003eQu'est-ce que GitHub?\u003c/summary\u003e\n\u003chr\u003e\n\n## Qu'est-ce que GitHub?\n\nMerci d'avoir posé cette question! Beaucoup de gens viennent sur GitHub parce qu'ils veulent contribuer à des projets libres (open source \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#open-source)\u003c/sup\u003e), ou ils sont invités par des collègues ou des camarades de classe qui l'utilisent pour leurs projets. Pourquoi les gens utilisent-ils GitHub pour ces projets?\n\n**GitHub est une plateforme de collaboration.**\n\nDes logiciels aux documents juridiques, vous pouvez compter sur GitHub pour vous aider à réaliser le meilleur travail possible avec les outils de collaboration et de sécurité dont votre équipe a besoin. Avec GitHub, vous pouvez garder des projets complètement privés ou inviter des personnes à collaborer et fluidifier chaque étape de votre projet.\n\n**GitHub est également un puissant outil de contrôle de version.**\n\nGitHub utilise Git \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#git)\u003c/sup\u003e, l'outil open source de gestion de version le plus populaire, afin de tracer chaque contribution et contributeur \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#contributor)\u003c/sup\u003e de votre projet, afin que vous sachiez d'où vient chaque ligne de code.\n\n**GitHub vous aide à faire beaucoup plus.**\n\nGitHub est utilisé pour créer certaines des technologies les plus avancées au monde. Que vous visualisiez des données ou construisiez un nouveau jeu, il existe toute une communauté et un ensemble d'outils sur GitHub qui peuvent vous aider à passer à l'étape suivante. Ce cours commence par les bases, mais nous approfondirons le reste plus tard!\n\n:tv: [Qu'est-ce que GitHub?](https://www.youtube.com/watch?v=w3jLJU7DT5E)\n\u003chr\u003e\n\u003c/details\u003e\u003cbr\u003e\n\n\u003cdetails\u003e\u003csummary\u003eExploration d'un dépôt GitHub\u003c/summary\u003e\n\u003chr\u003e\n\n## Exploration d'un dépôt GitHub\n\n:tv: [Video: Exploration d'un dépôt](https://www.youtube.com/watch?v=R8OAwrcMlRw)\n\n### Autres fonctionnalités\n\nLa vidéo a couvert certaines des fonctionnalités les plus utilisées. Voici quelques autres éléments que vous pouvez trouver dans les dépôts GitHub :\n\n- Tableaux de suvi de projet : créez un tableau de suivi des tâches de style Kanban dans GitHub\n- Wiki : créer et stocker la documentation relative à votre projet\n- Insights : affichez des outils d'analyse pour votre dépôt, notamment :\n   - Pulse: tableau de bord de projet pemettant la recherche d'information sur les travaux terminés et les travaux en cours\n   - Graphiques : les graphiques fournissent une vue plus granulaire de l'activité du dépôt, donnant des détails sur qui a contribué au dépôt, qui l'a créé et quand les contributions ont été effectuées\n\n### Fichiers spéciaux\n\nDans la vidéo, vous avez découvert un fichier spécial appelé README.md. Voici quelques autres fichiers spéciaux que vous pouvez ajouter à vos dépôts :\n\n- CONTRIBUTING.md: Le fichier `CONTRIBUTING.md` est utilisé pour décrire le processus de contribution aux dépôts. Un lien vers le fichier `CONTRIBUTING.md` est affiché chaque fois que quelqu'un crée une nouvelle Issue ou une Pull Request.\n- ISSUE_TEMPLATE.md: ISSUE_TEMPLATE.md est un autre fichier que vous pouvez utiliser pour préremplir le corps d'une Issue. Par exemple, si vous avez toujours besoin des mêmes types d'informations pour les rapports de bugs, incluez-les dans le modèle d'Issue, et chaque nouvelle Issue sera ouverte avec votre texte de démarrage recommandé.\n\n\u003chr\u003e\n\u003c/details\u003e\n\n### Utiliser les Issues\n\nCeci est une Issue \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#issue)\u003c/sup\u003e: un endroit où vous pouvez avoir des conversations sur les bugs dans votre code, la révision du code et à peu près tout le reste.\n\nLes titres des Issues sont comme les lignes d'objet des e-mails. Ils indiquent à vos collaborateurs de quoi il s'agit en un coup d'œil. Par exemple, le titre de cette Issue est \"Getting started with GitHub\".\n\n\u003cdetails\u003e\u003csummary\u003eUtiliser les Issues GitHub\u003c/summary\u003e\n\n## Utiliser les Issues GitHub\n\nLes Issues sont utilisées pour discuter des idées, des améliorations, des tâches et des bugs. Elles facilitent la collaboration en :\n\n- Fournissant à tout le monde (même aux futurs membres de l'équipe) l'historique complet en un seul endroit\n- En permettant les références croisées avec d'autres Issues et Pull Requests \u003csup\u003e[:book:](https://help.github.com/articles/github-glossary/#pull-request)\u003c/sup\u003e\n- Centralisant dans un dépôt unique les décisions et leurs motivations\n- Vous permettant d'inclure facilement les bonnes personnes et les bonnes équipes dans une conversation avec les @-mentions\n\n:tv: [Video: Utiliser les Issues GitHub](https://www.youtube.com/watch?v=Zhj46r5D0nQ)\n\n\u003chr\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eGérer les notifications\u003c/summary\u003e\n\u003chr\u003e\n\n## Gérer les notifications\n\n:tv: [Video: Watching, notifications, stars, et explore](https://www.youtube.com/watch?v=ocQldxF7fMY)\n\nUne fois que vous avez commenté une Issue ou une Pull Request, vous commencerez à recevoir des notifications par e-mail dès lors qu'il y aura de l'activité dans le fil d'actualité.\n\n### Comment faire taire ou réactiver des Issues spécifiques\n\n1. Aller à l'Issue ou la Pull Request\n2. Sous _\"Notifications\"_, cliquez le bouton **Unsubscribe** à droite afin de taire les notifications ou le bouton **Subscribe** afin de les activer\n\nVous verrez une courte description qui explique votre statut de notification actuel.\n\n### Comment personnaliser les notifications dans vos réglages\n\n1. Cliquez votre photo de profil\n2. Cliquez **Settings**\n3. Cliquez **Notifications** depuis le menu de gauche et [ajustez vos préférences de notification](https://help.github.com/articles/managing-notification-delivery-methods/)\n\n### Options de notification du dépôt\n\n* **Watch**: Vous recevrez une notification lorsqu'une nouvelle Issue, une Pull Request ou un commentaire est publié, et lorsqu'une Issue est fermé ou qu'une Pull Request est fusionnée\n* **Not watching**: Vous ne recevrez plus de notifications sauf si vous êtes @-mentionné\n* **Ignore**: Vous ne recevrez plus de notifications du dépôt\n\n### Comment configurer les notifications des dépots que vous suivez\n\n1. Cliquez votre photo de profil\n1. Cliquez **Settings**\n1. Cliquez **Notifications** depuis le menu de gauche\n1. Cliquez sur le lien [\"things you’re watching\"](https://github.com/watching)\n1. Sélectionnez l'onglet **Watching** t\n1. Cliquez le bouton **Unwatch** pour désactiver les notifications, ou **Watch** les activer\n\n\u003chr\u003e\n\u003c/details\u003e\n\n\u003chr\u003e\n\u003ch3 align=\"center\"\u003eContinuez à lire ci-dessous pour trouver votre première tâche\u003c/h3\u003e\n","author":{"url":"https://github.com/github-learning-lab[bot]","@type":"Person","name":"github-learning-lab[bot]"},"datePublished":"2021-06-22T13:49:19.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:a58313b0-da45-2a41-96ae-55ea572f2a41
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA596:21BB41:19E3D30:22F7273:6A597AE0
html-safe-nonce6b0b19891f5a5699126e949f0625e3937fa55ad567407b569f8da3d455be28b1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNTk2OjIxQkI0MToxOUUzRDMwOjIyRjcyNzM6NkE1OTdBRTAiLCJ2aXNpdG9yX2lkIjoiNDk1MDI0Mzg3Mzk1MDEwNDI4OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac87353b4158c79efad65f6d2d9791d7d3ca4c11832c2b40ee48552135d67666bb
hovercard-subject-tagissue:927256274
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/hrpython/github-slideshow/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b9e0663f8bed7b968569d7e29720e69e6ff28ad7ca6c7592be55bc52c8d40cac/hrpython/github-slideshow/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b9e0663f8bed7b968569d7e29720e69e6ff28ad7ca6c7592be55bc52c8d40cac/hrpython/github-slideshow/issues/1
og:image:alt👋 Bienvenue au cours "Introduction à GitHub" de GitHub Learning Lab Pour commencer, je vais vous guider à travers quelques premières étapes importantes de la programmation et la collaboration sur G...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegithub-learning-lab[bot]
hostnamegithub.com
expected-hostnamegithub.com
Nonea540949572872b935b393b36db38922db390ae71c859537d741b8f3eb7e545b5
turbo-cache-controlno-preview
go-importgithub.com/hrpython/github-slideshow git https://github.com/hrpython/github-slideshow.git
octolytics-dimension-user_id56394467
octolytics-dimension-user_loginhrpython
octolytics-dimension-repository_id379285924
octolytics-dimension-repository_nwohrpython/github-slideshow
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id379285924
octolytics-dimension-repository_network_root_nwohrpython/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
release624bb50a7497aa346bef8cc3743af408a9ea10ca
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/hrpython/github-slideshow/issues/1#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhrpython%2Fgithub-slideshow%2Fissues%2F1
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhrpython%2Fgithub-slideshow%2Fissues%2F1
Sign up https://github.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=hrpython%2Fgithub-slideshow
Reloadhttps://github.com/hrpython/github-slideshow/issues/1
Reloadhttps://github.com/hrpython/github-slideshow/issues/1
Reloadhttps://github.com/hrpython/github-slideshow/issues/1
hrpython https://github.com/hrpython
github-slideshowhttps://github.com/hrpython/github-slideshow
Notifications https://github.com/login?return_to=%2Fhrpython%2Fgithub-slideshow
Fork 0 https://github.com/login?return_to=%2Fhrpython%2Fgithub-slideshow
Star 0 https://github.com/login?return_to=%2Fhrpython%2Fgithub-slideshow
Code https://github.com/hrpython/github-slideshow
Issues 1 https://github.com/hrpython/github-slideshow/issues
Pull requests 0 https://github.com/hrpython/github-slideshow/pulls
Actions https://github.com/hrpython/github-slideshow/actions
Projects https://github.com/hrpython/github-slideshow/projects
Security and quality 0 https://github.com/hrpython/github-slideshow/security
Insights https://github.com/hrpython/github-slideshow/pulse
Code https://github.com/hrpython/github-slideshow
Issues https://github.com/hrpython/github-slideshow/issues
Pull requests https://github.com/hrpython/github-slideshow/pulls
Actions https://github.com/hrpython/github-slideshow/actions
Projects https://github.com/hrpython/github-slideshow/projects
Security and quality https://github.com/hrpython/github-slideshow/security
Insights https://github.com/hrpython/github-slideshow/pulse
Getting Started with GitHubhttps://github.com/hrpython/github-slideshow/issues/1#top
https://github.com/hrpython
good first issueGood for newcomershttps://github.com/hrpython/github-slideshow/issues?q=state%3Aopen%20label%3A%22good%20first%20issue%22
https://github.com/apps/github-learning-lab
github-learning-labhttps://github.com/apps/github-learning-lab
on Jun 22, 2021https://github.com/hrpython/github-slideshow/issues/1#issue-927256274
📖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
Qu'est-ce que GitHub?https://www.youtube.com/watch?v=w3jLJU7DT5E
Video: Exploration d'un dépôthttps://www.youtube.com/watch?v=R8OAwrcMlRw
📖https://help.github.com/articles/github-glossary/#issue
📖https://help.github.com/articles/github-glossary/#pull-request
Video: Utiliser les Issues GitHubhttps://www.youtube.com/watch?v=Zhj46r5D0nQ
Video: Watching, notifications, stars, et explorehttps://www.youtube.com/watch?v=ocQldxF7fMY
ajustez vos préférences de notificationhttps://help.github.com/articles/managing-notification-delivery-methods/
"things you’re watching"https://github.com/watching
hrpythonhttps://github.com/hrpython
good first issueGood for newcomershttps://github.com/hrpython/github-slideshow/issues?q=state%3Aopen%20label%3A%22good%20first%20issue%22
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.