DevUtils Demo
DevUtils
clone DevUtils
**** Dev
DevUtils Demo App
before | after |
---|---|
![]() |
![]() |
12.7MB 56.4MB
GitHub Removing sensitive data from a repository BFG Repo-Cleaner
BFG Repo-Cleaner
DevUtils
bfg.jar
clonegit clone --mirror https://github.com/afkT/DevUtils.git
java -jar /Users/afkT/bfg.jar --strip-blobs-bigger-than 1M /Users/afkT/DevUtils.git
1MB BFG API
java -jar /Users/afkT/bfg.jar --delete-folders interesting /Users/afkT/DevUtils.git
java -jar /Users/afkT/bfg.jar --delete-files image.zip /Users/afkT/DevUtils.git
cd DevUtils.git
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git push --force
** clone .git project.git push **
Copyright 2022 afkT
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.