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

PREVIOUS NEXT
Code Example
Shell :: rsync exclude 
Shell :: post with httpie 
Shell :: cara install laravel 
Shell :: install paddlepaddle 
Shell :: nodejs installation on ubuntu 
Shell :: win add to startup 
Shell :: set github ssh key 
Shell :: install cocoapi 
Shell :: taskkill cmd 
Shell :: docker container with powershell 
Shell :: how to remove blank lines in bash 
Shell :: install msf in termux 
Shell :: download latest docker-compose 
Shell :: install microsoft edge terminal 
Shell :: install kubectl windows 10 
Shell :: enable ssh linux 
Shell :: how to avoid nginx not found 404 error ubuntu react app 
Shell :: git remember login 
Shell :: install gradle 
Shell :: bash not equal 
Shell :: install rstudio ubuntu 20.04 
Shell :: ssh permission denied publickey 
Shell :: install ppt readr for arch linux 
Shell :: react-darkmode-toggler 
Shell :: mac m1 laravel global install 
Shell :: ubuntu change user 
Shell :: django activate shell 
Shell :: laravel permission ubuntu lamp 
Shell :: what is git 
Shell :: bash switch 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =