I want to migrate Git repository to new server. But new server has restriction that blocks user from uploading binary files. The old repository contains some jar files. I am ok if these jar files wont uploaded to new git repository. I am using below command:
git push --mirror new_repo_url
How I can migrate this?