jersonmartinez / Git-y-GitHub-hacia-una-cultura-DevOps

Documentación del curso de Git y GitHub hacia una cultura DevOps.
3 stars 2 forks source link

Agregar documentación sobre cómo desinstalar Git en GNU/Linux #131

Open jersonmartinez opened 1 year ago

jersonmartinez commented 1 year ago

Desinstalar Git completamente en GNU/Linux

$ sudo apt-get remove git
$ sudo apt-get remove --auto-remove git
$ sudo apt-get purge git
$ sudo apt-get purge --auto-remove git

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