How to delete large file history in Git?
up vote
-1
down vote
favorite
in my Git Repo, I have a big binary file like 1G. This file will be updated almost every week.Since the Git will keep every history of each file, the size of my Git Repo will increase every week.
Actually, it is no need to keep every history version for this file, only the last 3 version is ok for me. So, how can do with this? How to delete the history version to reduce the size of my git repo?
Many thanks!
git
add a comment |
up vote
-1
down vote
favorite
in my Git Repo, I have a big binary file like 1G. This file will be updated almost every week.Since the Git will keep every history of each file, the size of my Git Repo will increase every week.
Actually, it is no need to keep every history version for this file, only the last 3 version is ok for me. So, how can do with this? How to delete the history version to reduce the size of my git repo?
Many thanks!
git
You probably don't need to have the file under version control at all, but there are tools like BFG to help delete large files. See confluence.atlassian.com/bitbucket/…
– Conner
Nov 19 at 3:20
Possible duplicate of How to remove/delete a large file from commit history in Git repository?
– phd
Nov 19 at 12:04
stackoverflow.com/search?q=%5Bgit%5D+delete+large+file+history
– phd
Nov 19 at 12:04
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
in my Git Repo, I have a big binary file like 1G. This file will be updated almost every week.Since the Git will keep every history of each file, the size of my Git Repo will increase every week.
Actually, it is no need to keep every history version for this file, only the last 3 version is ok for me. So, how can do with this? How to delete the history version to reduce the size of my git repo?
Many thanks!
git
in my Git Repo, I have a big binary file like 1G. This file will be updated almost every week.Since the Git will keep every history of each file, the size of my Git Repo will increase every week.
Actually, it is no need to keep every history version for this file, only the last 3 version is ok for me. So, how can do with this? How to delete the history version to reduce the size of my git repo?
Many thanks!
git
git
asked Nov 19 at 1:35
niu yi
3114
3114
You probably don't need to have the file under version control at all, but there are tools like BFG to help delete large files. See confluence.atlassian.com/bitbucket/…
– Conner
Nov 19 at 3:20
Possible duplicate of How to remove/delete a large file from commit history in Git repository?
– phd
Nov 19 at 12:04
stackoverflow.com/search?q=%5Bgit%5D+delete+large+file+history
– phd
Nov 19 at 12:04
add a comment |
You probably don't need to have the file under version control at all, but there are tools like BFG to help delete large files. See confluence.atlassian.com/bitbucket/…
– Conner
Nov 19 at 3:20
Possible duplicate of How to remove/delete a large file from commit history in Git repository?
– phd
Nov 19 at 12:04
stackoverflow.com/search?q=%5Bgit%5D+delete+large+file+history
– phd
Nov 19 at 12:04
You probably don't need to have the file under version control at all, but there are tools like BFG to help delete large files. See confluence.atlassian.com/bitbucket/…
– Conner
Nov 19 at 3:20
You probably don't need to have the file under version control at all, but there are tools like BFG to help delete large files. See confluence.atlassian.com/bitbucket/…
– Conner
Nov 19 at 3:20
Possible duplicate of How to remove/delete a large file from commit history in Git repository?
– phd
Nov 19 at 12:04
Possible duplicate of How to remove/delete a large file from commit history in Git repository?
– phd
Nov 19 at 12:04
stackoverflow.com/search?q=%5Bgit%5D+delete+large+file+history
– phd
Nov 19 at 12:04
stackoverflow.com/search?q=%5Bgit%5D+delete+large+file+history
– phd
Nov 19 at 12:04
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53367222%2fhow-to-delete-large-file-history-in-git%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You probably don't need to have the file under version control at all, but there are tools like BFG to help delete large files. See confluence.atlassian.com/bitbucket/…
– Conner
Nov 19 at 3:20
Possible duplicate of How to remove/delete a large file from commit history in Git repository?
– phd
Nov 19 at 12:04
stackoverflow.com/search?q=%5Bgit%5D+delete+large+file+history
– phd
Nov 19 at 12:04