History rewrite

This commit is contained in:
nocturn9x 2020-07-04 14:42:43 +00:00
parent f25cb883e2
commit 776a0ed6b4
2 changed files with 6 additions and 0 deletions

3
BotBase/a Normal file
View File

@ -0,0 +1,3 @@
git filter-branch --force --index-filter \
"git rm --cached --ignore-unmatch /root/BotBase/BotBase/asd.py" \
--prune-empty --tag-name-filter cat -- --all

3
a Normal file
View File

@ -0,0 +1,3 @@
git filter-branch --force --index-filter \
"git rm --cached --ignore-unmatch BotBase/asd.py" \
--prune-empty --tag-name-filter cat -- --all