Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instalando Git con WinGet y modo de uso #128

Open
jersonmartinez opened this issue Dec 1, 2022 · 0 comments
Open

Instalando Git con WinGet y modo de uso #128

jersonmartinez opened this issue Dec 1, 2022 · 0 comments
Assignees

Comments

@jersonmartinez
Copy link
Owner

jersonmartinez commented Dec 1, 2022

Instalando Git con WinGet y modo de uso

WinGet es una herramienta de línea de comandos, que permite a los usuarios detectar, instalar, actualizar, quitar y configurar aplicaciones en equipos con Windows 10 y Windows 11 (Más información en su página oficial en Microsoft). Por medio del siguiente vídeo, te muestro cómo realizar la instalación de Git mediante WinGet, sin embargo, te dejo también las instrucciones que vas a necesitar.

Instalar Git

winget install --id Git.Git -e --source winget 

Actualizar Git

winget upgrade --id Git.Git

Desinstalar Git

winget uninstall --id Git.Git

https://www.crashell.com/estudio/4_maneras_de_instalar_git_por_linea_de_comandos

@jersonmartinez jersonmartinez self-assigned this Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant