I'm not sure how I should do that. I read threads on stack but I don't want to break anything on the old (existing) repo so I think its better to ask...
I want to create new repo from existing one, keep the history of the existing repo and of course keep the existing repo unchanged. I just want my new repository to be a totally separate one but with the commits from the existing one.
How can I achieve that purely using git commands?
Thanks.