Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gitlab 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 :: pip3 install from git 
Shell :: composer install no dev 
Shell :: chocolatey installation 
Shell :: git global name & email 
Shell :: git bash open in file explorer 
Shell :: install vue-material 
Shell :: emacs copy paste 
Shell :: git chnage to commit id 
Shell :: git cherry pick 
Shell :: ubuntu cmd time 
Shell :: how to revert to a specific commit in origin 
Shell :: install google drive on ubuntu 
Shell :: gitignore io 
Shell :: allow ping using cmd 
Shell :: git find merge conflicts 
Shell :: how to change default crontab editor 
Shell :: linux free port 8080 
Shell :: installing docker on amazon linux 
Shell :: How can I reset or revert a file to a specific revision? 
Shell :: npm http server 
Shell :: pipenv install flask 
Shell :: ubuntu install filebeat 
Shell :: open calculator from command line MacOS 
Shell :: git global config location 
Shell :: print scipy version 
Shell :: how to config username and email in git 
Shell :: show changes at time of git pull 
Shell :: git create new repo 
Shell :: linux external hard drive chmod 
Shell :: iis reset command 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =