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 @@ -38,6 +38,10 @@ Desde GitHub
38
38
39
39
git remote add upstream https://github.com/pycampes/python-docs-es.git
40
40
41
+ #. Crea una branch nueva en base al artículo en el que vayas a trabajar.
42
+
43
+ git checkout -b traduccion_glosario
44
+
41
45
#. Mira que archivo necesita ser traducido. El siguiente comando te mostrará una lista de archivos y los porcentajes traducidos.
42
46
Elige uno que no esté completo::
43
47
@@ -48,7 +52,7 @@ Desde GitHub
48
52
#. Cuando hayas terminado tu sesión, debes guardar tus cambios y enviarlos a GitHub de nuevo::
49
53
50
54
git commit -am 'Traducido archivo {nombre de archivo}'
51
- git push origin update-translation
55
+ git push origin traduccion_glosario
52
56
53
57
#. Luego ve a tu página de GitHub y propone hacer un Pull Request
54
58
You can’t perform that action at this time.
0 commit comments