Answers for "how can we add modified files to the staging area and commit them at the same time"

0

how can we add modified files to the staging area and commit them at the same time

git commit -a -m "Do something once more"
Posted by: Guest on March-31-2022

Code answers related to "how can we add modified files to the staging area and commit them at the same time"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language