When I run git merge --squash test_branch
, it shows:
Squashed commit of the following:
commit ac72a4308ba70cc42aace47509a5e
Author: quyen <q@me.com>
Date: Tue Jun 11 10:23:07 2019 +0500
Added algorithms for Cosine-similarity
commit 77df2a40e53136c7a2d58fd847372
Author: quyen <q@me.com>
Date: Tue Jun 11 13:02:14 2019 -0700
Set stage for similar objects
commit 249cf9392da197573a17c8426c282
Author: quyen <q@me.com>
Date: Thu Jun 13 16:44:12 2019 -0700
Fixed a bug in space world automation
But what i want:
Squashed commit of the following:
* Added algorithms for Cosine-similarity
* Set stage for similar objects
* Fixed a bug in space world automation
How I can do? I don't want to add some details for commit, only name of commit is enough.