1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Advanced Git

Connected

अभ्यास

Squash merge

You've been working on a feature branch called data-cleanup with multiple commits. You want to merge these changes into the main branch as a single, clean commit.

निर्देश 1/2

undefined XP
  • 1
    • Perform a squash merge of the data-cleanup branch into the main branch, assuming you're already on the main branch.
  • 2
    • Make a commit with the log message "Integrate data-cleanup feature".