Git Tutorial 9 - git commit -a -m || skipping the staging area for a tracked file

Publicado el: 10 noviembre 2019
en el canal de: Raj Bhatta
107
3

If we can modify the commit operation without touching staging area then we can increase productivity during the code commit. Thus, it can be amazingly useful for crafting commits exactly how you want them, the staging area is sometimes a bit more complex than you need in your workflow. If you want to skip the staging area, Git provides a simple shortcut. Adding the -a option to the git commit command makes Git automatically stage every file that is already tracked before doing the commit, letting you skip the git add part:


En esta página del sitio puede ver el video en línea Git Tutorial 9 - git commit -a -m || skipping the staging area for a tracked file de Duración hora minuto segunda en buena calidad , que subió el usuario Raj Bhatta 10 noviembre 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 107 veces y le gustó 3 a los espectadores. Disfruta viendo!