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".