The previous team created code in a bizzare naming convention. I'm looking to clone a git repository which has files with ">" symbol in the file name. Ex: "Data>1234.ipynb", "Data>5678.ipynb" etc. There are numerous files like that in the repository. It throws an error when I try to download the repo in a zip format or when I try to use "git clone". Please suggest me a best way to download the repo and reuse.
Thanks in advance,