File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ Desde GitHub
28
28
29
29
#. Clona el repositorio::
30
30
31
- git clone git@github.com:<TU-USUARIO>/python-docs-es.git
31
+ git clone git@github.com:<TU-USUARIO>/python-docs-es.git
32
32
33
33
#. Ingresa en la carpeta que `git clone ` creó en tu computadora::
34
34
35
- cd python-docs-es/
35
+ cd python-docs-es/
36
36
37
37
#. Agrega el repositorio original como "upstream"::
38
38
39
- git remote add upstream https://github.com/pycampes/python-docs-es.git
39
+ git remote add upstream https://github.com/pycampes/python-docs-es.git
40
40
41
41
#. Mira que archivo necesita ser traducido. El siguiente comando te mostrará una lista de archivos y los porcentajes traducidos.
42
42
Elige uno que no esté completo::
@@ -47,8 +47,8 @@ Desde GitHub
47
47
48
48
#. Cuando hayas terminado tu sesión, debes guardar tus cambios y enviarlos a GitHub de nuevo::
49
49
50
- git commit -am 'Traducido archivo {nombre de archivo}'
51
- git push origin update-translation
50
+ git commit -am 'Traducido archivo {nombre de archivo}'
51
+ git push origin update-translation
52
52
53
53
#. Luego ve a tu página de GitHub y propone hacer un Pull Request
54
54
You can’t perform that action at this time.
0 commit comments