Horje
how to change a commit message after push Code Example
how to change a commit message after push
git commit --amend -m "New commit message"
Then
git push --force
and you're done
change message from last pushed commit
git commit --amend
git amend commit message after push
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




Shell

Related
apt install python-certbot Code Example apt install python-certbot Code Example
python3 server Code Example python3 server Code Example
cerbot apache install Code Example cerbot apache install Code Example
zsh: courpt historyfile Code Example zsh: courpt historyfile Code Example
powershell open chrome url in incognito Code Example powershell open chrome url in incognito Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11