# This checkout syntax works for both branches and tags
git checkout $3
elif[["$RECLONE"=="yes"]];then
cd$2
git remote set-url origin $1
git fetch origin
git branch -D $3
git checkout $3
fi
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.