What is the translation of " COMANDO GIT " in English?

command git
comando git

Examples of using Comando git in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
El comando git remote te ofrece tal utilidad.
The git remote command offers such utility.
Si lo desea, puede ejecutar el comando git fetch.
Alternatively, you can run the git fetch command.
El comando git fetch actualiza tus referencias remotas.
Git fetch updates your remote-tracking branches.
Aquí es donde el comando git stash entra en juego.
This is where the git stash command comes into play.
Para crear un nuevo repositorio,usa el comando git init.
To create a new repo,you will use the git init command.
Figura 3-24. El comando git fetch actualiza tus referencias remotas.
Figure 3-24. git fetch updates your remote references.
Pero juguemos un poco con el comando git diff.
But let's have a little bit of fun with this git diff command.
Ejecute el comando git config-l para verificar su configuración.
Run the git config-l command to verify your configuration.
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.
Ahora ejecutamos el comando git clone de la página web.
Now we do the git clone command from the web page.
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.
Se ejecuta el comando git log para ver el commit detalles.
He executes the git log command to view the commit details.
Para sincronizarte, puedes utilizar el comando git fetch origin.
To synchronize your work, you run a git fetch origin command.
Si ejecutas el comando git status, verás algo como esto.
If you run your git status command, you once again see something like this.
En primer lugar, se eliminan los commits de fusión innecesarios que requiere el comando git merge.
First, it eliminates the unnecessary merge commits required by git merge.
Para profundizar más en el comando git remote, consulta la página sobre git remote.
For more in-depth look at git remote, see the Git remote page.
Visita la página sobre git init para obtener información más detallada sobre el comando git init.
Visit the git init page for a more detailed resource on git init.
Si no tiene el comando git instalado, consulte la guía de instalación de git..
If you don't have the git command installed, refer to the git installation guide.
Los cambios hechos por otros desarrolladores deben incorporarse con el comando git merge y no con git rebase.
Any changes from other developers need to be incorporated with git merge instead of git rebase.
Si has usado el comando git init para crear un repositorio nuevo, entonces no tendrás ningún repositorio remoto al cual enviar cambios.
If you used git init to make a fresh repo, you will have no remote repo to push changes to.
Utilice Git para añadir sus cambios de archivo al espacio provisional del repositorio clonado ejecutando el comando git add.
Use Git to add your file changes to the cloned repository's staging area by running the command git add.
Cuando esté conectado a su entorno, ejecute el comando git--versión en la ventana de terminal para comprobar si Git ya está instalado y es una versión compatible.
Once you are connected to your environment, check to see if Git is already installed and is a supported version by running the git--version command in the terminal window.
También puede ejecutar el comando git branch--all para ver todas las ramificaciones remotas, pero tenga en cuenta que la ramificación remota que ha creado no aparecerá hasta que no actualice la lista del repositorio local.
You can also view all remote branches by running git branch--all, but until you update your local repo's list, the remote branch you created will not appear in the list.
AWS CodeCommit soporta todos los comandos Git y funciona con las herramientas de Git existentes.
AWS CodeCommit supports all Git commands and works with your existing Git tools.
AWS CodeCommit soporta todos los comandos Git y funciona con las herramientas de Git existentes.
You can use Git to import any existing Git repository to AWS CodeCommit.
Los comandos Git deberían tener el siguiente aspecto.
The Git commands should look like this.
También puede realizar las siguientes acciones ymucho más utilizando comandos git.
You can also perform these actions andmore using git commands.
Aquí tiene la lista de comandos Git que puede llamar.
Here's the list of Git commands to call.
Cuando usted está en el directorio del proyecto en la línea de comandos ahora debe ser capaz de escribir comandos git.
When you are in the project directory in the command line you should now be able to type in git commands.
Después de conectar satisfactoriamente su repositorio local con su Repositorio de AWS CodeCommit,estará listo para empezar a ejecutar comandos Git desde el repositorio local para crear confirmaciones, ramificaciones y etiquetas y realizar inserciones y extracciones en el Repositorio de AWS CodeCommit.
After you successfully connect your local repo to your AWS CodeCommit repository,you are now ready to start running Git commands from the local repo to create commits, branches, and tags and push to and pull from the AWS CodeCommit repository.
Results: 233, Time: 0.0204

Word-for-word translation

Top dictionary queries

Spanish - English