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

Publicado em: 10 Novembro 2019
no 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:


Nesta página do site você pode assistir ao vídeo on-line Git Tutorial 9 - git commit -a -m || skipping the staging area for a tracked file duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Raj Bhatta 10 Novembro 2019, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 107 vezes e gostou 3 espectadores. Boa visualização!