I want to bundle a Git repo which is hosted on Azure DevOps. I know from this question (How to git bundle a complete repo) how to do this but all examples I've seen start with making a local clone first.
I'm wondering if I can avoid this step and create a full bundle in a single step, directly from the online repository? If so, how?