File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ Desde GitHub
4040
4141 git remote add upstream https://github.com/pycampes/python-docs-es.git
4242
43+ #. Crea una branch nueva en base al artículo en el que vayas a trabajar.
44+
45+ git checkout -b traduccion_glosario
46+
4347#. Mira que archivo necesita ser traducido. El siguiente comando te mostrará una lista de archivos y los porcentajes traducidos.
4448 Elige uno que no esté completo::
4549
@@ -50,7 +54,7 @@ Desde GitHub
5054#. Cuando hayas terminado tu sesión, debes guardar tus cambios y enviarlos a GitHub de nuevo::
5155
5256 git commit -am 'Traducido archivo {nombre de archivo}'
53- git push origin update-translation
57+ git push origin traduccion_glosario
5458
5559#. Luego ve a tu página de GitHub y propone hacer un Pull Request
5660
You can’t perform that action at this time.
0 commit comments