Vertaling van "comandos git" in Engels
Desde este estado, puedes emitir comandos a través de Git, tal como se documenta en su sitio aquí.
wp You can find a full list of commands on the WP-CLI site here.
Ejecutando el siguiente comando, Git nos creará una carpeta con el nombre del repositorio y dentro una carpeta llamada".git" la cual contiene toda la información del repositorio.
Otorga un acceso rápido a una guía extremadamente detallada de cada comando en git.
To give you quick access to an extremely detailed guide of each command.
Si te equivocas al teclear un comando de Git, te mostrará algo como
If you mistype a command, it shows you something like this
Con el comando git rebase, puedes coger todos los cambios confirmados en una rama, y reaplicarlos sobre otra.
With the rebase command, you can take all the changes that were committed on one branch and replay them on another one.
La manera más sencilla de integrar ramas, tal y como hemos visto, es el comando git merge.
The easiest way to integrate the branches, as we've already covered, is the merge command.
Presiona el tabulador cuando estés escribiendo un comando de Git, y dos veces sugiere commit y config.
then pressing the Tab key twice suggests commit and config.
Si vuelves a ejecutar el comando git status, verás que tu README está ahora bajo seguimiento y preparado
If you run your status command again, you can see that your README file is now tracked and staged
Pero, en el caso de las reorganizaciones, cuando estás totalmente seguro de lo que haces, puedes forzar el envío, utilizando la opción -f en el comando git push a la rama remota.
This is generally good policy; but in the case of the rebase, you may determine that you know what you're doing and can force-update the remote branch with a -f flag to your push command.
Primero que nada tendríamos que etiquetar nuestro código (ponerle una marca), para esto usamos el comando git tag: 1
First of all, we need to tag our code, use this command: 1
Ejecuta la aplicación Git usando el siguiente comando
Run the WP-CLI application using the following command
Para buscar ayuda sobre git siempre puedes usar el comando de ayuda.
You can omit the 'cg-' when getting help on a cg command.
Este comando actualiza las versiones regulares, pero puedes modificar el directorio/sw/fink/dists para obtener actualizaciones directamente del Git, accediendo así a las actualizaciones ms recientes de todos los paquetes.
This command can upgrade to regular releases, but it can also setup your/sw/fink/dists directory tree for direct CVS or rsync updates, if you select one of those options the first time this command is run.