1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 04:35:24 +02:00
tldr/pages/common/git-stamp.md
Managor 0e8893e1ba
git*: refresh pages (#16372)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-05 09:12:13 +03:00

17 lines
595 B
Markdown

# git stamp
> Stamp the last commit message, with the possibility to reference the issues numbers from your bug tracker or link to its review page.
> Part of `git-extras`.
> More information: <https://manned.org/git-stamp>.
- Stamp the last commit message referencing it with the issue number from your bug tracker:
`git stamp {{issue_number}}`
- Stamp the last commit message linking it to its review page:
`git stamp {{Review https://example.org/path/to/review}}`
- Stamp the last commit message replacing previous issues with a new one:
`git stamp {{[-r|--replace]}} {{issue_number}}`