LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-stamp

Add metadata stamps to commit messages

TLDR

Add stamp to commit message
$ git stamp "[stamp text]"
copy
Stamp with replacement
$ git stamp --replace "[text]"
copy

SYNOPSIS

git stamp [options] text

DESCRIPTION

git stamp appends a stamp (such as "Reviewed-by" or "Tested-by") to the most recent commit message. Part of git-extras, it is useful for adding metadata to commits without manually amending the entire message.

PARAMETERS

--replace

Replace existing stamp.

SEE ALSO

Copied to clipboard
Kai