- 查看原来仓库地址
git remote -v

- 删除原来仓库地址
git remote rm origin
# git remote rm origin https://gitee.com/zhangxiaoQ/large-file-upload.git

- 添加需要推送的仓库
git remote add origin https://gitee.com/stevencmu/large-file-upload.git

- 导出提交日志
git log --author='xxx' --pretty=format:"%h,%an,%ae,%ad,%cn,%ce,%cd,%s" --date=format:'%Y-%m-%d %H:%M:%S' --encoding=UTF-8 > F:/log.txt
447

被折叠的 条评论
为什么被折叠?



