linux:git
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:git [2026/01/09 19:34] – [ACCIDENTALLY COMITED ON MASTER] v1ctor | linux: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 | ||
| + | </ | ||
| + | |||
| + | ==== 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 | ||
| </ | </ | ||
linux/git.1767987257.txt.gz · Last modified: by v1ctor
