Last Updated: February 25, 2016
·
911
· sheerun

Don't git commit -m "merge"

Don't commit merges using method above, instead just type:

git commit

And confirm full-blown commit message including merged branch name(s) and resolved conflicts. Bonus: learn about --no-ff flag.

See also: Use git up and save your time

2 Responses
Add your response

Looks like Git doesn't have ci command, it must be an alias created on your system.

over 1 year ago ·

@growtofill Yeah, you're right. I'm too used to it.

over 1 year ago ·