Horje
git merge message editor Code Example
git merge message editor
1) press "i" (i for insert)
2) write your merge message
3) press "esc" (escape)
4) write ":wq" (write & quit)
5) then press enter
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
git merge message Code Example git merge message Code Example
sync gitlab wit github Code Example sync gitlab wit github Code Example
install compass mongodb ubuntu Code Example install compass mongodb ubuntu Code Example
Run mongodb locally Code Example Run mongodb locally Code Example
remove all directrories in onde command hit Code Example remove all directrories in onde command hit Code Example

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