Drag and Drop the GIT commands from the left onto the right that add modified local files to a remote repository. Not all options are used
git add .
git commit -m “this is my edit”
git push
Submit