Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to rename a commit ?

git commit --amend -m "New commit message."
Copy
Comment

git rename older local commit

# N: number of comits to rebase
git rebase -i HEAD~N
Comment

PREVIOUS NEXT
Code Example
Shell :: how to git commit and push 
Shell :: bash read options from file 
Shell :: install with pip in jupyter 
Shell :: how can I check ram usage in mb in linux? 
Shell :: backup ubuntu 22 
Shell :: bash concatenate string variables 
Shell :: bash echo each line 
Shell :: pwa install 
Shell :: rpm uninstall package 
Shell :: path too long while extracting zip file 
Shell :: how to scp from vm to local 
Shell :: how to activate conda/Anaconda environment 
Shell :: ubuntu useradd 
Shell :: how to erase router configuration in cisco packet tracer 
Shell :: copy file from ssh to local windows 
Shell :: react native cannot connect to metro server 
Shell :: chmod user to root 
Shell :: git rebase a local branch into my branch 
Shell :: docker stop swarm 
Shell :: delete github repository git bash 
Shell :: bash start two processes at the same time 
Shell :: kubectl kubernetes port forward 
Shell :: save terminal output to file with script 
Shell :: rename a local and remote git branch 
Shell :: letsencrypt domain fetch /.well-known error 
Shell :: download file ssh 
Shell :: vim delete word without yank 
Shell :: python re.sub examples 
Shell :: how to connect raspberry pi to laptop using hdmi 
Shell :: steps to assign mfa using aws cli 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =