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

Popular posts from this blog

Hardening OpenWRT - adding non-root user account

Dropbear SSH keys and autossh on OpenWRT

SSH Tunel with OpenWRT