Interactive tasks for beginners who have seen git add, git commit and git push. Drag to order, answer multiple-choice, then check your score.
git commit -m "Add file"git add <file>git push origin mainThe correct sequence in Git is:
Make changes → stage changes → commit → push. Use the "Check order" button for feedback and an explanation of each step.
Select one answer per question. Click "Grade" when done.
git add do?git commit create?git push do?