Migrating a Github repository with all the commit history to Perforce [closed]

The title is self explanatory, how can i migrate a github repository with commit history to Perforce. Thanks.

Answer

Perforce knows Git-SCM, so it should theoretically be as simple as creating a new remote, and pushing with the -a flag.

A git repository is simply a git repository, regardless of where it is hosted at, in general. (There are exceptions, such as Heroku, and Perforce may be one of those exceptions.)

If this does not work… what have you tried so far?

Attribution
Source : Link , Question Author : Luis Rojas , Answer Author : vgoff

Leave a Comment