Today we will explain how to save space on cloned git repos with shallow repos. This will achieve a lower size of the repo if you do not need all repo history.
Git repo shallow clone and update
Publicado
UI-Dev & more
UI-Dev & more
Etiqueta: Git
Publicado
Today we will explain how to save space on cloned git repos with shallow repos. This will achieve a lower size of the repo if you do not need all repo history.
Publicado
En ocasiones se realiza un commit demasiado rápido y no nos damos cuenta que incluimos más archivos o cambios que los realmente deseados. ¿Cómo revertirlo sin perder ningún cambio?