From 41997ba83644caa316ca301b5ea67865a28929d6 Mon Sep 17 00:00:00 2001 From: Petropan <58983471+Petropan@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:36:34 +0200 Subject: [PATCH 1/2] Create 06-next-level-github.md --- translations/fr/06-next-level-github.md | 96 +++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 translations/fr/06-next-level-github.md diff --git a/translations/fr/06-next-level-github.md b/translations/fr/06-next-level-github.md new file mode 100644 index 0000000..c5c3ce2 --- /dev/null +++ b/translations/fr/06-next-level-github.md @@ -0,0 +1,96 @@ +--- +theme: default +title: Next Level github +info: | + Utilisation de Git - Leçon 6 : Github au Niveau Supérieur + Voir https://github.com/barraponto/usegit +transition: slide-left +drawings: + persist: false +exportFilename: 06-next-level-github.pdf +--- + +# Github au Niveau Supérieur + +## avec Capi Etheriel + +[@barraponto](https://github.com/barraponto) + +--- + +## layout: intro + +# Profils Github + +- Comment se présenter professionnellement +- Utiliser un dépot html en tant que canvas +- Epingler les référentiels et les gists + +--- + +## layout: intro + +# Gists Github + +- Créer depuis la ligne de commande gh + +--- + +## layout: intro + +# Outil de ligne de commande GH + +- https://github.com/cli/cli#installation +- tldr gh +- gh gist create +- hub +- gibo + +--- + +## layout: intro + +# Page Github + +- https://pages.github.com/ + +--- + +## layout: intro + +# Actions Github + +- créer des pages +- lancer des tests +- Emballer les projets + +--- + +## layout: intro + +# Versions de Github + +- version du dépôt +- Tags du dépôt +- Packages de Github + +--- + +## layout: intro + +# Scan de codes Github + +- CodeQL +- Dependabot +- Secret scanning +- Third party static analysis + +--- + +## layout: intro + +# Autres éléments Github + +- Github Codespaces +- Github Copilot +- Github sponsors \ No newline at end of file From a12649fab5006414717c131230cbaf6eb6d1e863 Mon Sep 17 00:00:00 2001 From: Petropan <58983471+Petropan@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:31:38 +0200 Subject: [PATCH 2/2] Update 06-next-level-github.md --- translations/fr/06-next-level-github.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/fr/06-next-level-github.md b/translations/fr/06-next-level-github.md index c5c3ce2..8e6ced3 100644 --- a/translations/fr/06-next-level-github.md +++ b/translations/fr/06-next-level-github.md @@ -60,8 +60,8 @@ exportFilename: 06-next-level-github.pdf # Actions Github -- créer des pages -- lancer des tests +- Créer des pages +- Lancer des tests - Emballer les projets --- @@ -70,7 +70,7 @@ exportFilename: 06-next-level-github.pdf # Versions de Github -- version du dépôt +- Version du dépôt - Tags du dépôt - Packages de Github