xxxxxxxxxx
git remote set-branches --add origin remoteBranchName
git fetch origin
git checkout --track origin/remoteBranchName
xxxxxxxxxx
git fetch origin staging # Fetch the staging branch from the origin remote
git checkout staging