Translate cli

This commit is contained in:
Ana Murinigo 2024-06-03 23:18:40 -03:00 committed by GitHub
parent 6b28416d15
commit 424f5e0429
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,15 +1,15 @@
title = The command line title = La línea de comandos
cards = cards =
[description] [description]
These playing cards are designed to be easy to use and to remember! We'd suggest sticking to them if you don't have a lot of experience with Git! ¡Estas cartas están diseñadas para ser fáciles de usar y recordar! ¡Te sugeriríamos que te apegues a ellas si no tienes mucha experiencia con Git!
[cli] [cli]
But there's another way to interact with Git: Pero hay otra forma de interactuar con Git:
Try typing `git init` into the black terminal below, and pressing the enter key! ¡Intenta escribir `git init` en la terminal negra de abajo y presiona la tecla Enter!
[setup] [setup]
@ -17,11 +17,11 @@ rm -rf .git
[win] [win]
# Initialize the time machine! # ¡Inicializa la máquina del tiempo!
test -d .git test -d .git
[congrats] [congrats]
Cool! Instead of using the playing cards, you can also do everything via the command line! ¡Genial! ¡En lugar de usar las cartas, también puedes hacer todo a través de la línea de comandos!
The command line is pretty powerful! Often, you can use it to solve tasks faster compared to using a graphical interface. ¡La línea de comandos es bastante poderosa! A menudo, puedes usarla para resolver tareas más rápido en comparación con el uso de una interfaz gráfica.