A Git Shortcut that permit to Skip the Staging Process is the use of the -a Flag in the Commit. The -a simply tell Git to take All Changes into your Commit.
git -a -m "The fast commit"
A Git Shortcut that permit to Skip the Staging Process is the use of the -a Flag in the Commit. The -a simply tell Git to take All Changes into your Commit.
git -a -m "The fast commit"