1. 保留所有提交记录
    2. 保持一样的分支
    1. git clone --bare http://xxx.git
    2. cd xxx.git
    3. # 以镜像的方式推送到新的仓库
    4. git push --mirror http://xxx.git