Sign Up
Log In
Home
discussion
Exam 200-901 Question id=6132 Software Development and Design

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.
Select and Place:

git add .
git commit -m "this is my edit"
git push
git pull
git checkout -b "new branch"
Git command one
git add .
Git command two
git commit -m "this is my edit"
Git command three
git push