User Tools

Site Tools


linux:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:git [2026/01/09 19:34] – [ACCIDENTALLY COMITED ON MASTER] v1ctorlinux:git [2026/02/13 18:52] (current) – [SQUASH] v1ctor
Line 79: Line 79:
 git config pull.rebase true git config pull.rebase true
 git pull git pull
 +</code>
 +
 +==== CHANGE COMMIT MESSAGE ====
 +
 +If the commit has been already pushed to the upstream, and it's the latest commit:
 +
 +<code bash>
 +git commit --amend # edit the commit msg
 +git push --force
 </code> </code>
linux/git.1767987257.txt.gz · Last modified: by v1ctor