Vertaling van "command git" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In order to begin tracking a new file, you use the command git add.
Para versionar un archivo nuevo, puedes utilizar el comando git add.
In order to begin tracking a new file, you use the command git add.
Para comenzar a rastrear un archivo debes usar el comando git add.
In order to begin tracking a new file, you use the command git add.
Para empezar el seguimiento de un nuevo archivo se usa el comando git add.
At any moment you can type the command git status to see which files are modified or untracked.
En cualquier momento puedes escribir el comando git status para ver que archivos fueron modificados o están sin seguimiento.
In order to perform an integrity check of the git file system, use the command git fsck.
Para poder hacer un chequeo de integridad del sistema de archivos git, usa este comando.
The second command git push origin master actually sends your local Git repository to the remote one and its contents will be copied in.
El segundo comando git push origin máster envía realmente el repositorio Git local al remoto y sus contenidos se copiarán.
If you try to merge two branches and subsequently have merge conflicts, you can run the command git mergetool; it starts P4Merge to let you resolve the conflicts through that GUI tool.
Si intentas fusionar (merge) dos ramas y tienes los consabidos conflictos de integración, puedes lanzar el comando git mergetool; lanzará P4Merge para ayudarte a resolver los conflictos por medio de su interfaz gráfica.
Open the Git shell and enter the command git difftool - tool-help, as shown below.
Abra la shell de Git e introduzca el Git y escriba el comando git difftool <archivo modificado>.
To run DiffDog without being prompted first, use the command git difftool -y <changed file>.
Para ejecutar DiffDog sin necesidad de confirmarlo, utilice el comando git difftool -y <archivo modificado>.
Remember to save OUTSIDE the virtual machine all your work, or if you use Git apply the command git push; in Pandora FMS we use GitHub to store the source code since 2014.
Nota muy importante: recordad guardar FUERA de la máquina virtual todo vuestro trabajo, o si usáis Git aplicar el comando git push; en Pandora FMS utilizamos GitHub para almacenar el código fuente desde 2014.