I want to get all github commit history from another repository to my new github repository.
Scenario:
That repository could be:
- From my another repository
- From contributed projects such as my company project
- From forked project which one is in private mode
In my case, I worked on my company project. Which repository is in private mode on github. Now I want all code base from that repository with git commit. Though I can clone that project and upload it new repository without commit history but I want also commit history. Does it possible?