I\'m trying to create a branch from a remote tag, but it seems there\'s no way to do it. When I try
git checkout -b test origin/deploy
where or
to list all the tags
git fetch git tags -l
to create a local branch that points to the tag
git checkout tags/ -b git checkout -b tags/