Git - Tagging
You run
git tag -a v3.1 -m "Patch update" xyz999 but get fatal: Not a valid object name xyz999. What is the most probable reason?