'Git Mirror Clone and Bundle all Branches in a repo

I have a git account and its has 3 Branches , master, development ,UAT I want to create mirror clone and bundle of all branches how can I Achieve, I am using "git clone --mirror http://abc/xyz/test/_git/Applications" command but it's downloading the code only from master branch , can you help with me how I can achieve it.

Thanks in advance

git


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source