Tagged Questions
2
votes
2answers
157 views
Rewrite history git filter-branch create / split into submodules / subprojects
I am currently importing a cvs project into git.
After importing, i want to rewrite the history to move an existing directory into a seperate submodule.
Suppose i have a structure like this:
file1
...
2
votes
1answer
109 views
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):
http://help.github.com/removing-sensitive-data/
the primary line ...