git-rewrite-history
Remove refs/original/heads/master from git repo after filter-branch --tree-filter?
I had the same question as asked here: New git repository in root directory to subsume an exist repository in a sub-directory[详细]
2023-04-10 11:56 分类:问答git, filter-branch on all branches
I\'m using the following sources to expunge some large files and directories from my reposit开发者_运维百科ory:[详细]
2023-04-05 15:09 分类:问答git: can't find blob - want to get rid of it from pack
I\'ve a large blob that I want to get rid of! I thought I removed the file using this solution: http://dound.com/2009/04/git-forever-remove-files-or-folders-from-history/[详细]
2023-04-04 22:19 分类:问答Git repo still huge after large files removed from repository history
I have a codebase that (until now) used git to store its dependencies. The repository itself is available here (warning: it\'s HUGE). Needless to say, I need to remove the dependencies from the reposi[详细]
2023-03-24 04:51 分类:问答completely removing a file from git repo (from a certain point in time)
I\'ve got a repo with about 2030 commits. At around commit 2000 a file was modified which caused it\'s size to travel from about 20M to 1.2 GB accidently. Is it possible to rewrite the history to remo[详细]
2023-03-15 16:05 分类:问答How to remove old versions of media files from a git repository
I have a Git repository with several huge media files (images and audio files). Several versions of these media files have been successively commited to the repo. The files are successively refined ve[详细]
2023-03-13 08:10 分类:问答Rebasing a Git merge commit
Take the following case: I have some work in a topic branch and now I\'m ready to merge back to master:[详细]
2023-02-06 16:35 分类:问答How do I change the author and committer name/email for multiple commits?
How do I开发者_如何学Python change the author for a range of commits?NOTE: This answer changes SHA1s, so take care when using it on a branch that has already been pushed. If you only want to fix the s[详细]
2023-01-10 06:53 分类:问答Removing private information from old Git commits
I have a project versioned with Git t开发者_Go百科hat I\'d like to make open source, but it has some private information in it that is specific to the environment in which it was originally used. I\'m[详细]
2022-12-19 08:32 分类:问答Remove file from git repository (history)
(solved, see bottom of the question body) Looking for this for a long time now, what I have till now is:[详细]
2022-12-19 01:41 分类:问答