This theme is from Cnbl|

guangzan

园龄:6年5个月粉丝:676关注:333

2020-03-25 18:05阅读: 3774评论: 2推荐: 1

清空 github 仓库,而不是删除重新创建.

-- Remove the history from

rm -rf .git

-- recreate the repos from the current content only

git init
git add .
git commit -m "Initial commit"

-- push to the github remote repos ensuring you overwrite history

git remote add origin git@github.com:<YOUR ACCOUNT>/<YOUR REPOS>.git
git push -u --force origin master

来源: https://gist.github.com/stephenhardy/5470814

本文作者:guangzan

本文链接:https://www.cnblogs.com/guangzan/p/12567819.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   guangzan  阅读(3774)  评论(2编辑  收藏  举报
评论
收藏
关注
推荐
深色
回顶
收起
点击右上角即可分享
微信分享提示