LinuxCommandLibrary

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.

TLDR

Stamp the last commit message referencing it with the issue number from your bug tracker

$ git stamp [issue_number]
copy


Stamp the last commit message linking it to its review page
$ git stamp [Review https://example.org/path/to/review]
copy


Stamp the last commit message replacing previous issues with a new one
$ git stamp --replace [issue_number]
copy

Copied to clipboard