git my cheat sheet
How to tag code with specific key PGP for signature (especially when there is discrepancy between git email address and PGP key email address):
git tag -a v1.2.3 -m "Tagging something" -u your-key-id
git show v1.2.3
git push origin --tags
How to
Comments
Post a Comment