Fetch from the remote and checkout the branch.
git fetch <remote_name> && git checkout <branch_name>
E.g.:
git fetch origin && git checkout feature/XYZ-1234-Add-alerts
Fetch from the remote and checkout the branch.
git fetch <remote_name> && git checkout <branch_name>
E.g.:
git fetch origin && git checkout feature/XYZ-1234-Add-alerts