Horje
git change commit message for merge Code Example
git change commit message for merge
git commit --ammend # edit message
git edit merge commit message
For current Git versions (2020+), just do git rebase -i -r <parent>, 
then replace in the editor merge -C with merge -c.
This will open the merge commit's message in the editor during rebasing,
where you can change it




Shell

Related
how to copy a Directory and its content in ubuntu Code Example how to copy a Directory and its content in ubuntu Code Example
windows how to git clone https Code Example windows how to git clone https Code Example
enable remote desktop powershell server 2019 Code Example enable remote desktop powershell server 2019 Code Example
how to execute .sh file in linux Code Example how to execute .sh file in linux Code Example
how to stop pythonw Code Example how to stop pythonw Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10