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
You need to run
git pull git checkout -b remotes/origin/