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