Checkout a tag to a local branch - also, find the latest tag to checkout automatically
How to use git cherry-pick
Create a tag locally and push
Delete a tag either from the remote only, or locally and (force) push
Perform a diff (like in git log -p), but only for a single file
Finds the best common ancestor(s) between two commits (you can use it to compare commits at the tip of comparing branches)
Shows commits that are common for branches being compared
Using a git plugin to find when a commit was merged
Different examples with git log and git show
Search through commit messages, example to find all commit messages that include a jira ticket number
What branches contain a particular commit hash