diff --git a/BotBase/a b/BotBase/a new file mode 100644 index 0000000..98cac8c --- /dev/null +++ b/BotBase/a @@ -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 diff --git a/a b/a new file mode 100644 index 0000000..61d2ee7 --- /dev/null +++ b/a @@ -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