Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git change comment

git checkout branch_name
git commit --amend -m "Modified message"
# if previous commit is not pushed yet
git push
# or if previous comment was pushed in a previous commit:
git push --force-with-lease branch_name
Comment

PREVIOUS NEXT
Code Example
Shell :: sourcetree change commit message 
Shell :: sudo cd command not found 
Shell :: check ram in linux 
Shell :: count the numbers of directories in a specific directory 
Shell :: intall docker ubuntu command 
Shell :: ubuntu no space left on device boot 
Shell :: npm install package as developer dependency 
Shell :: how to open text editor in git bash 
Shell :: how to turn on hotspot on windows 10 
Shell :: loop bash 
Shell :: git fetch not pulling branches 
Shell :: useful git commands 
Shell :: docker remove all images powershell 
Shell :: powershell open file 
Shell :: turn off jenkins mac 
Shell :: shell script get branch name 
Shell :: delete logs older than 7 days linux 
Shell :: git credential manager 
Shell :: wsl screen permission denied 
Shell :: delete git branch remote 
Shell :: composer global install 
Shell :: mount docker volume in container 
Shell :: how to install armitage in kali linux 
Shell :: alternative of mobaxtrem in linux 
Shell :: arch linux change timezone 
Shell :: batch script loop 
Shell :: how to uninstall a aur package 
Shell :: change user default shell 
Shell :: loop over file bash 
Shell :: linux create folder 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =