0

We have repo "misc" that had a few files and folders, but during time one folder become some mature that it is reasonable to move it out of "misc" to own repo.

Is there a way to extract to target/new repo folder from source repository (with all history) ?

Roman Ivanov
  • 2,477
  • 3
  • 20
  • 31
  • You can clone the repo and the filter the unwanted changes out of the history of the repo. But really, you should just start fresh with a copy of the folder unless you really, *really* need the history. – user229044 Apr 09 '13 at 01:23
  • copy without history is always simple BUT last approach. Git is powerful i believe that there is a solution. – Roman Ivanov Apr 09 '13 at 01:28
  • see also http://git-scm.com/docs/git-filter-branch#_examples – J-16 SDiZ Apr 09 '13 at 01:36

0 Answers0