Git: after preparing a real merge commit, how to create a simple commit?
Posted
by mklhmnn
on Stack Overflow
See other posts from Stack Overflow
or by mklhmnn
Published on 2010-06-14T15:20:56Z
Indexed on
2010/06/14
15:22 UTC
Read the original article
Hit count: 256
After invoking git merge --no-commit <commit>
, performing a commit will result in a merge commit with two (or more) parents. What command to invoke to create a simple commit instead (without having to re-perform the merge command with the --squash
option)?
© Stack Overflow or respective owner