`git version 2.21.0` Example ------------ `git symbolic-ref DEV refs/heads/dev` `git symbolic-ref DEV` `>> refs/heads/dev `git show-ref DEV` `>> [NO OUTPUT]` Expected output --------------------- `FULL_COMMIT_HASH refs/heads/dev` Best, Casey Meijer
`git version 2.21.0` Example ------------ `git symbolic-ref DEV refs/heads/dev` `git symbolic-ref DEV` `>> refs/heads/dev `git show-ref DEV` `>> [NO OUTPUT]` Expected output --------------------- `FULL_COMMIT_HASH refs/heads/dev` Best, Casey Meijer