Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

git change commit message for merge

git commit --ammend # edit message
Comment

PREVIOUS NEXT
Code Example
Shell :: bash timeout 
Shell :: grep Matching options 
Shell :: install dependencies and devDependencies at same time 
Shell :: git hub set up 
Shell :: how to install paint.net on linux 
Shell :: install unifi controller raspberry pi 
Shell :: Turn On Nested Virtualization If You’Re Running The Host System In A Windows Box 
Shell :: echo exit code 
Shell :: how to setup a command that install all npm modules, in subfolders 
Shell :: 1password cli install 
Shell :: install php 7.4 nginx ubuntu 
Shell :: download stardocks sdk from nuget package 
Shell :: list directory xargs linux 
Shell :: check if server has alreday AD 
Shell :: install onnxmltools 
Php :: human readable date laravel 
Php :: php show all error 
Php :: php file exist 
Php :: user-agent cURL php 
Php :: laravel validation pdf 
Php :: laravel images mimetypes validatiion 
Php :: forget or remove a session in laravel 
Php :: wordpress fs_method direct 
Php :: laravel asset storage not working 
Php :: laravel run single migration 
Php :: Composer detected issues in your platform: Your Composer dependencies require a PHP version "= 7.3.0". 
Php :: array to string php 
Php :: php select version ubuntu 
Php :: php xml to array 
Php :: get image extension in php 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =