git-filter-branch
How do I remove the old history from a git repository?
I\'m afraid I couldn\'t find anything quite like this particular scenario. I have a git repository with a lot of history: 500+ branches, 500+ tags, going back to mid-2007. It contains ~19,500 commits[详细]
2023-02-01 09:40 分类:问答Could I change my name and surname in all previous commits?
I would like to change my name, su开发者_Python百科rname and email in my all commits, is it possible?Use git-filter-branch.[详细]
2023-01-31 17:59 分类:问答split repo using git filter-branch: how to recover history from renamed/moved files?
Disclaimer: I\'ve seen Detach (move) subdirectory into separate Git repository but it doesn\'t fully answer the question.[详细]
2023-01-31 09:58 分类:问答How to detach subdirectory in Git but keep all branches
I have been following the Answers to开发者_Go百科 this question Detach subdirectory into separate Git repository and had some good successes with simple Subdirectories that are only on one branch but[详细]
2023-01-27 22:05 分类:问答How can I rewrite history so that all files, except the ones I already moved, are in a subdirectory?
I have a project under git. One day I moved all project files from current directory to foo/bar/ under the project. I did it using git mv. Then I added some more files and did some changes to already[详细]
2023-01-22 14:31 分类:问答Split large Git repository into many smaller ones
After successfully converting an SVN repository to Git, I now have a very large Git repository that I want to brea开发者_StackOverflow中文版k down into multiple smaller repositories and maintain histo[详细]
2023-01-19 19:23 分类:问答Importing a Subversion repository with a non-standard layout into Git
I\'m trying to (permanently) migrate my group\'s Subversion repository to Git, but I\'m running onto problems trying to clean up its non-standard directory structure.[详细]
2023-01-19 08:57 分类:问答How can I remove a file from git using filter-branch making it so I cannot still git grep the contents?
I\'ve been trying really开发者_运维百科 hard to remove a file with sensitive data from my git repository using this excellent page (among others):[详细]
2023-01-14 00:31 分类:问答How do I split a Git repository cleanly?
This question took me part of the way, but I\'m still missing something. I have a single-user repository (so no problems with rewriting history vs push/pull) where I have developed product code and s[详细]
2023-01-12 04:39 分类:问答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 分类:问答
加载中,请稍侯......