When I cut off the branch and went to master
to git merge --squash<branch name>
, I got an error You cannot combine --squash with --no-ff.
.
I think I understand the difference between --squash
and --no-ff
, but when I searched for this error statement, I couldn't find a specific solution.
Please teach me.
git
I checked the gitconfig
configuration and found that ff=false
in the merge
item.
This response was posted as a community wiki based on @Shioji Ryohei's comment.
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
596 GDB gets version error when attempting to debug with the Presense SDK (IDE)
566 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
567 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.