We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a505f91 commit a198608Copy full SHA for a198608
cleangit-bizcore.sh
@@ -4,7 +4,7 @@ git add .
4
git commit -m"commit for removing extra files"
5
git pull
6
git push
7
-git filter-branch --force --index-filter 'git rm -r —cached --ignore-unmatch bizcore' --prune-empty --tag-name-filter cat -- --all
+git filter-branch --force --index-filter 'git rm -r —cached --ignore-unmatch bizcore2' --prune-empty --tag-name-filter cat -- --all
8
git commit -m"remove extra class"
9
git push origin --force --all
10
0 commit comments