What is the translation of " GIT CONFIG " in Spanish?

de configuración de git
the git config
the git configuration

Examples of using Git config in English and their translations into Spanish

{-}
  • Colloquial category close
  • Official category close
Configuration& set up: git config.
Ajustes y configuración: git config.
So we type git config-- global user.
Así que tecleen git config--global user.
For example, on macOS orLinux you can run git config credential.
Por ejemplo, en macOS o Linux,puede ejecutar git config credential.
And you run git config--global core. excludesfile~/.
Y si ahora lanzas git config--global core. excludesfile~/.
Windows users of Git can do git config--global core.
Los usuarios de Windows de Git pueden ejecutar''git config-global core.
Run the git config-l command to verify your configuration.
Ejecute el comando git config-l para verificar su configuración.
To learn more about git aliases visit the git config page.
Para obtener más información sobre los alias git, visita la página sobre git config.
Or you can run git config credential.
También puede ejecutar git config credential.
Git/config trump those in/etc/gitconfig, for instance.
Git/config' tiene primacia con respecto a lo configurado en'/etc/gitconfig', por ejemplo.
Take a more in-depth look at git config on the git config page.
Echa un vistazo más a fondo a la configuración de Git en la página de configuración de Git.
Git/config trump those in/etc/gitconfig, for instance.
Git/config tiene preferencia con respecto a lo configurado en/etc/gitconfig, por ejemplo.
For more detailed information on configuration levels visit the git config page.
Para información más detallada sobre los niveles de configuración visita la página sobre git config.
The git config command lets you configure your Git installation(or an individual repository) from the command line.
El comando git config te permite configurar la instalación de Git(o un repositorio individual) desde la línea de comandos.
Configure a user name and email to be associated with your Git commits by running the git config command.
Configure el nombre de usuario y el correo electrónico que se van a asociar a sus comandos Git ejecutando el comando git config.
Run git config--global--edit to verify the preceding values have been written to the. gitconfig file for your user profile.
Ejecute git config--global--edit para verificar que los valores anteriores se han escrito en el archivo. gitconfig para su perfil de usuario.
For example, you can run this command in the terminal to be prompted no sooner than every 15 minutes: git config credential.
Por ejemplo, puede ejecutar este comando en el terminal para que no las solicite antes de transcurridos 15 minutos: git config credential.
In Terminal, run the git config command to find the Git configuration file(gitconfig) where the Keychain Access utility is defined.
En Terminal, ejecute el comando git config para buscar el archivo de configuración de Git(gitconfig) donde está definida la utilidad Keychain Access.
From the terminal or command line, at the directory location where you want to clone the repository,run the git config--local user.
En el terminal o la línea de comando, en la ubicación del directorio donde desea clonar el repositorio,ejecute los comandos git config--local user.
Before you continue,make sure the git config file is configured to use the AWS profile you configured in the AWS CLI.
Antes de continuar,asegúrese de que el archivo de configuración de Git está configurado para utilizar el perfil de AWS que haya configurado en la AWS CLI.
An in-depth guide on how to configure a text editor for git to use can be found on the Git config page.
Puedes encontrar una detallada guía acerca de cómo configurar un editor de texto para usarlo con Git en la página de configuración de Git.
All configuration options are stored in plaintext files,so the git config command is really just a convenient command-line interface.
Todas las opciones de configuración se almacenan en archivos de texto sin formato,así que el comando git config en realidad no es más que una interfaz práctica de la línea de comandos.
To reset which credential helper is used as the default,you can use the--system option instead of--global or--local when running the git config command.
Para restablecer el auxiliar de credenciales que se usa de forma predeterminada,puede utilizar la opción--system en lugar de--global o--local al ejecutar el comando git config.
Run the git config command twice: once to configure Git to use the AWS CLI credential helper with the AWS CLI profile you just created, and again to use HTTP.
Ejecute el comando git config dos veces: una para configurar Git a fin de usar el auxiliar de credenciales de la AWS CLI con el perfil de AWS CLI que acaba de crear y otra para utilizar HTTP.
If you want to use a different IAM user on the same local machine for AWS CodeCommit,you must run the git config command again and specify a different AWS credential profile.
Si desea utilizar otro usuario de IAM en AWS CodeCommit en el mismo equipo local,debe ejecutar el comando git config de nuevo y especificar un perfil de credenciales de AWS diferente.
From the terminal,use Git to run git config, specifying the use of the Git credential helper with the AWS credential profile, and enabling the Git credential helper to send the path to repositories.
En el terminal,utilice Git para ejecutar git config y especifique el uso del auxiliar de credenciales de Git con el perfil de credenciales de AWS, lo que permite al auxiliar de credenciales de Git enviar la ruta a los repositorios.
Or you can run this command to never be prompted again,although Git stores your credentials in clear text in a plain file in your home directory: git config credential.
También puede ejecutar este comando para que nunca se las solicite de nuevo, aunqueGit almacena sus credenciales en texto sin formato en un archivo sin formato del directorio principal: git config credential.
Results: 26, Time: 0.0312

Word-for-word translation

Top dictionary queries

English - Spanish