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 :: android_home ubuntu 
Shell :: how to install pip on mac 
Shell :: install elixir ubuntu 
Shell :: prevent duplicate history line on bash history 
Shell :: ubuntu add permission to folder 
Shell :: get docker id from name 
Shell :: NotImplementedError: OpenSSH keys only supported if ED25519 is available net-ssh requires the following gems for ed25519 suppor 
Shell :: how to exit git branch 
Shell :: git submodules pull 
Shell :: git pull all branches at once 
Shell :: fatal: unable to access ': OpenSSL SSL_connect: Connection was reset in connection to github.com:443 
Shell :: curl get-pip 
Shell :: uninstall zoom command line 
Shell :: adb command to open deeplink 
Shell :: conda install tensorflow windows 
Shell :: laravel command not found after installing laravel mac 
Shell :: codineer digital 
Shell :: add kernel to jupyter 
Shell :: ubuntu intall OpenBLAS 
Shell :: npm i mui 
Shell :: mac host file 
Shell :: update manjaro linux 
Shell :: linux apache restart 
Shell :: debian install vim 
Shell :: install react native navigation 
Shell :: linux decode base64 terminal 
Shell :: ffmpeg webm to mp4 
Shell :: install docker linux mint 
Shell :: how to stop a port from listening 
Shell :: install gstreamer ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =