Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sourcetree change commit message

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 :: psycopg2-binary install for M1 
Shell :: debian full install qt5 
Shell :: how to still atom on ubuntu 
Shell :: dpkg install deb with dependencies 
Shell :: linux ip addr add 
Shell :: change global user name git 
Shell :: git resolve conflict using theirs 
Shell :: tasksel: apt-get failed (100) 
Shell :: vscode save git credentials 
Shell :: npm add optional dependency 
Shell :: install sweetlalert angular 
Shell :: ts-node not found 
Shell :: Usage Error: The nearest package directory 
Shell :: RHEL check the firewall status 
Shell :: cypress installation 
Shell :: pm2 start remix app 
Shell :: zoom gedit 
Shell :: how to setup dockers on aws 
Shell :: ssh login windows 
Shell :: install font on linux 
Shell :: kali linux 
Shell :: blackeye linux 
Shell :: linux rename multiple files 
Shell :: linux unzip command 
Shell :: install activitywatch ubunut 
Shell :: zip folder linux 
Shell :: install pre-commit 
Shell :: chown specific user linux 
Shell :: setup virtualenv python windows 
Shell :: powershell merge multiple text files 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =