``` $ git tag testing $ git checkout -b testing $ git changes testing error: 'testing' is not a valid commit ``` ``` $ git cat-file -t testing warning: refname 'testing' is ambiguous. commit ```