清空历史
把以前的记录删了1
2
3
4
5
6
7
8
9
10
11
12
13
14git checkout --orphan latest_branch
git add -A
git commit -am "del"
git branch -D master
git branch -m master
git push -f origin master
git branch
git remote add origin https:git*******.git
git fetch origin
git remote –v
git branch –a
git push -f origin master
liang
2020年06月24日 水曜日 Wednesday