Git merging bifurcation problem

We have master branch and dev branch

I submitted 5 times in the dev branch, but I only want to merge 3 of them into the master branch. What should I do?

Git
Mar.25,2021

learn about git cherry-pick:

see if this can solve your problem: https://www.zhihu.com/questio.


fallback to the third commit and then git merge dev on the master branch

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3afea-2c265.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3afea-2c265.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?