Загрузка страницы

Configuración global en Git - Añadir username, email, editor, alias y más

Aprende cómo realizar configuraciones a nivel global, de sistema y configurar credenciales, crear alias y más sobre la estructura de configuraciones en #git.

✅ Obtener ayuda en un comando:
$ git help config
$ git config --help
$ man git-config

✅ Listar las configuraciones de Git:
$ git config --list
$ git config -l
$ git config --global --list
$ git config --global -l

✅ Definir el nombre de usuario referido al autor global de los repositorios:
$ git config --global user.name "Nombre de usuario"

✅ Definir el correo electrónico del autor global de los repositorios:
$ git config --global user.email "Correo electrónico"

✅ Definir un editor de código por omisión en el sistema:
$ git config --system core.editor nano.exe

✅ Definir un alias de un comando de Git, por ejemplo, el commit:
$ git config --global alias.ci commit

✅ Formas de verificar la configuración:
$ git config --list
$ git config --global --list
$ nano ~/.gitconfig
$ git config user.name

✅ Ejemplo de configuración de nuevos alias:
$ git config --global alias.st status
$ git config --global alias.co checkout
$ git config --global alias.br branch
$ git config --global alias.up rebase
$ git config --global alias.ci commit

REDES SOCIALES 👇
✔ GitHub: https://github.com/jersonmartinez/
✔ Twitter: https://twitter.com/antoniomorenosm
✔ LinkedIn: https://linkedin.com/in/jersonmartinezsm/

CONTACTO DIRECTO 👇
💌 jersonmartinezsm@gmail.com

SITIO WEB 👇
https://www.crashell.com/

LISTAS DE REPRODUCCIÓN

▶ Administración de Windows desde la Consola
https://www.youtube.com/watch?v=X18jJBXK8jM&list=PLF_pZD82-R84YETmFPRw39_Q2l9DNCJCa

▶ Git & GitHub
https://www.youtube.com/watch?v=mbqXrtDbPIA&list=PLF_pZD82-R84UhkMrzZx8vN1UXbgQq_Iz&ab_channel=CoreStack

▶ Sistemas Operativos
https://www.youtube.com/watch?v=3SWd3gWAtjw&list=PLF_pZD82-R87syHXRD-21wVKWoyq7GnFp

▶ Docker
https://www.youtube.com/watch?v=v-r_12oezds&list=PLF_pZD82-R87XsldJzA67oxMM9ucXFgbU

▶ Programación en Batch - Símbolo del sistema
https://www.youtube.com/watch?v=T4dqyo5Jl2Q&list=PLF_pZD82-R87jFsekScLhIK9tn7MqdxXy

▶ MS-DOS
https://www.youtube.com/watch?v=DDuUAF5GZuc&list=PLF_pZD82-R878lU3kEFNbNZM0chsM-ZB5

🕝 Marcas de tiempo:
0:00 - Presentación
0:22 - Introducción a las configuraciones de Git
1:08 - Formas de obtener el manual de ayuda local en Git
4:40 - Listar la configuración global, a nivel de usuario en Git
6:36 - Configurar correo electrónico y nombre de usuario globalmente en Git
8:44 - Configurar un editor de código en Git a nivel de sistema
9:56 - Verificar configuraciones tanto en Windows como en GNU/Linux
10:27 - Configurar alias de comandos en Git
11:48 - Verificar configuraciones por medio de archivos en Git
12:43 - Conclusión y suscríbete al canal

#CoreStack #DevOps #Git

Видео Configuración global en Git - Añadir username, email, editor, alias y más канала DevOpsea
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
3 декабря 2022 г. 8:04:34
00:13:09
Яндекс.Метрика