From 776a0ed6b4a7fb7b6928b10993d1f3c2d728bf54 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Sat, 4 Jul 2020 14:42:43 +0000 Subject: [PATCH] History rewrite --- BotBase/a | 3 +++ a | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 BotBase/a create mode 100644 a 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