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

git config
de configuración de git

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

{-}
  • Colloquial category close
  • Official category close
Ajustes y configuración: git config.
Configuration& set up: git config.
Y si ahora lanzas git config--global core. excludesfile~/.
And you run git config--global core. excludesfile~/.
Una vez hecho esto, si escribe Git config-l.
Once that's done, if you can type get config-l.
Git/config puedes editarlo y añadir las siguientes líneas.
Git/config file you can edit it and add the following lines.
Así que tecleen git config--global user.
So we type git config-- global user.
Git/config igual como acabamos de hacer, y luego estará listo para empezar.
Git/config file just like we did, then he will be ready to go.
También puede ejecutar git config credential.
Or you can run git config credential.
Git/config' tiene primacia con respecto a lo configurado en'/etc/gitconfig', por ejemplo.
Git/config trump those in/etc/gitconfig, for instance.
Por ejemplo, en macOS o Linux,puede ejecutar git config credential.
For example, on macOS orLinux you can run git config credential.
El comando git config te permite configurar la instalación de Git(o un repositorio individual) desde la línea de comandos.
The git config command lets you configure your Git installation(or an individual repository) from the command line.
Los usuarios de Windows de Git pueden ejecutar''git config-global core.
Windows users of Git can do git config--global core.
Ejecute git config--global--edit para verificar que los valores anteriores se han escrito en el archivo. gitconfig para su perfil de usuario.
Run git config--global--edit to verify the preceding values have been written to the. gitconfig file for your user profile.
Para obtener más información sobre los alias git, visita la página sobre git config.
To learn more about git aliases visit the git config page.
En Terminal, ejecute el comando git config para buscar el archivo de configuración de Git(gitconfig) donde está definida la utilidad Keychain Access.
In Terminal, run the git config command to find the Git configuration file(gitconfig) where the Keychain Access utility is defined.
Para información más detallada sobre los niveles de configuración visita la página sobre git config.
For more detailed information on configuration levels visit the git config page.
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.
All configuration options are stored in plaintext files,so the git config command is really just a convenient command-line interface.
Configure el nombre de usuario y el correo electrónico que se van a asociar a sus comandos Git ejecutando el comando git config.
Configure a user name and email to be associated with your Git commits by running the git config command.
Además, es posible que tenga que volver a configurar los valores de git config utilizando--system en vez de-global o--local antes de que todas las conexiones funcionen correctamente.
Additionally, you might have to re-configure your git config settings by specifying--system instead of--global or--local before all connections work as expected.
Por ejemplo, puede ejecutar este comando en el terminal para que no las solicite antes de transcurridos 15 minutos: git config credential.
For example, you can run this command in the terminal to be prompted no sooner than every 15 minutes: git config credential.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Results: 24, Time: 0.027

How to use "git config" in a sentence

orgPodemos vericar con git config -luser.
name 'Desarrollador-2' git config --global user.
Example: git config --global alias.st status.
Take a more in-depth look at git config on the git config page.
name "Francisco Puga" git config --global user.
name "Don Nadie" git config --global user.
name "Sergio Alonso" git config --global user.
sharedRepository group $ git config --global user.
name "tuNombre" $ git config –global user.
name "nombre de usuario" git config user.

Word-for-word translation

Top dictionary queries

Spanish - English