mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-23 21:01:22 +02:00
20 lines
No EOL
340 B
Text
20 lines
No EOL
340 B
Text
título = Clonación de un repositorio
|
|
cards = clonar compromiso-auto pull push
|
|
|
|
[descripción]
|
|
|
|
Obtenga el repositorio de su amigo usando clon, cambie algo, retírelo.
|
|
|
|
[configuración]
|
|
|
|
rm-rf.git
|
|
|
|
[amigo de configuración]
|
|
|
|
eco hola > archivo
|
|
git agregar.
|
|
git commit -m "Compromiso inicial"
|
|
|
|
[gana amigo]
|
|
|
|
prueba "$(git show main:file)" != hola |