QuestionQ5
OperationsA file named myfunc.py has been edited. Place the steps in the correct sequence to commit this file to the local Git repository and then confirm its status. Not every option is used.
Drag & Drop
git add .
git add
git status
git commit -m "new function"
git commit -msg "new function"
step 1
step 2
step 3
Community Discussion