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:
On this page of the site you can watch the video online Git Tutorial 9 - git commit -a -m || skipping the staging area for a tracked file with a duration of hours minute second in good quality, which was uploaded by the user Raj Bhatta 10 November 2019, share the link with friends and acquaintances, this video has already been watched 107 times on youtube and it was liked by 3 viewers. Enjoy your viewing!