Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove large file from git history

bfg --strip-blobs-bigger-than 100M .
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git push
Comment

how to remove large file from github repo history

$ git gc --prune=now --aggressive
Comment

git remove large files

git filter-branch --tree-filter 'rm -f DVD-rip' HEAD
Comment

PREVIOUS NEXT
Code Example
Shell :: start cronjob 
Shell :: how to recover from git stash 
Shell :: is linux good 
Shell :: ubuntu show computer performance from terminal 
Shell :: nodemon command not found 
Shell :: cpanel webdav windows 
Shell :: kubernetes combine logs all replicas 
Shell :: Ubuntu check free space by 5 ways 
Shell :: remove git ignore cache 
Shell :: vscode get list of installed extensions 
Shell :: alpine install psql 
Shell :: Fix the upstream dependency conflict, or retry 
Shell :: split terminal horizontally ubuntu 20.04 
Shell :: ssh end connection after executing script 
Shell :: bash sort strings by frequency 
Shell :: setup githubcopilot remote 
Shell :: pnpm install nextUI 
Shell :: create alias ubuntu 
Shell :: how to see all branches in git 
Shell :: textbox should accept only numbers till 10 digit using angular 
Shell :: install shutter ubuntu 
Shell :: eslint npm install 
Shell :: apt sources.list amd64 only 
Shell :: arch linux select java version 
Shell :: update flutter command 
Shell :: installing anbox in manjaro 
Shell :: how to install a lite-server on package.json 
Shell :: gitignore template eclipse 
Shell :: check running process in linux 
Shell :: install yfinance 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =