-
Notifications
You must be signed in to change notification settings - Fork 32
translate lesson to fr #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
DariusDev75
wants to merge
5
commits into
barraponto:main
Choose a base branch
from
DariusDev75:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,166 @@ | ||
| --- | ||
| tema: predeterminado | ||
| título: Usar git | ||
| información: | | ||
| Usa Git - Lección 2: Usa git | ||
| Ver https://github.com/barraponto/usegit | ||
| transición: deslizar-izquierda | ||
| dibujos: | ||
| persistir: falso | ||
| exportar Nombre de archivo: 02-use-git.pdf | ||
| --- | ||
|
|
||
| # Usa git | ||
|
|
||
| ## con Capi Etheriel | ||
|
|
||
| [@barraponto](https://github.com/barraponto) | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # git inicio | ||
|
|
||
| - cree el directorio de su proyecto **desde la línea de comando** | ||
| -git init | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # configuración de git | ||
|
|
||
| - git config --global init.defaultBranch principal | ||
| - gato ~/.gitconfig | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # rama git | ||
|
|
||
| - git rama -m principal | ||
| - no necesitas recordar este | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # git agregar | ||
|
|
||
| - git agregar panqueques.md | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| #gitcompromiso | ||
|
|
||
| - git comprometerse | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # git config nuevamente :/ | ||
|
|
||
| - git config --global usuario.correo electrónico "[email protected]" | ||
| - git config --global usuario.nombre "Capi Etheriel" | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # git ¿qué estaba haciendo? | ||
|
|
||
| - estado de git | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| #gitcompromiso | ||
|
|
||
| <v-clics> | ||
|
|
||
| - git comprometerse | ||
| - Dios mío, ¿qué es esto? | ||
| - salir de vim | ||
|
|
||
| </v-clics> | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # git config (última vez) | ||
|
|
||
| - git config --global core.editor "nano" | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # git diferencia | ||
|
|
||
| <v-clics> | ||
|
|
||
| - volver a editar pancakes.md | ||
| - ¿Qué cambió? `git diferencia` | ||
| - etapa: `git add` | ||
| - confirmar: `git commit -m "mensaje"` | ||
|
|
||
| </v-clics> | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| #github | ||
|
|
||
| - registrarse (no se muestra) | ||
| - crear un repositorio | ||
| - ¡Vamos a usar SSH! | ||
|
|
||
| --- | ||
| diseño: declaración | ||
| --- | ||
|
|
||
| # ¿Qué es SSH? | ||
|
|
||
| <div class="max-w-prose mx-auto"> | ||
| <v-clics> | ||
|
|
||
| SSH es un protocolo seguro para el acceso remoto a computadoras (servidores). | ||
|
|
||
| Admite **autenticación de clave pública** para evitar el envío de contraseñas a través de la red. | ||
|
|
||
| También cifra en gran medida todas las comunicaciones que pasan por él, lo que lo hace útil para la administración remota, transferencias de datos e incluso servidores proxy. | ||
|
|
||
| </v-clics> | ||
| </div> | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| #SSH | ||
|
|
||
| - ~~¿Qué es ssh?~~ | ||
| - crea tu clave ssh: | ||
| ssh-keygen -t ed25519 -C "[email protected]" | ||
| - gato ~/.ssh/id_ed25519.pub | ||
| - edita tu configuración de Github | ||
|
|
||
| <!-- https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account --> | ||
|
|
||
| --- | ||
| diseño: introducción | ||
| --- | ||
|
|
||
| # Empujar el repositorio | ||
|
|
||
| - git remoto agregar origen [email protected]:barraponto/usegit-recipes.git | ||
| - git push -u origen principal | ||
| --- | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem with using tools to quickly translate the whole file is the tool is not smart enough to keep some code details in place. I'd say most front matter (the name of this kind of metadata) must stay with their original values, except for
titleandinfo, which may have the values translated.