git-mktag (1) Linux Manual Page
NAME git-mktag – Creates a tag object with extra validation SYNOPSIS git mktag DESCRIPTION Reads a tag contents on standard input and creates a tag object. The output is the new tag’s <object> identifier. This command is mostly equivalent to git-hash-object(1) invoked with -t tag -w –stdin. I.e. both of these will create and write…
