git stamp
all
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 info →Options (1)
-r, --replacebooleanStamp the last commit message replacing previous issues with a new one
Example:
git stamp {{[-r|--replace]}} {{issue_number}}Examples (3)
Stamp the last commit message referencing it with the issue number from your bug tracker
git stamp issue_numberStamp the last commit message linking it to its review page
git stamp Review https://example.org/path/to/reviewStamp the last commit message replacing previous issues with a new one
git stamp [-r|--replace] issue_numbermade by @shridhargupta | data from tldr-pages