GitHub Repo Transfer

Viewed 54

If I transfer my personal repo to an organization (created by me) will I be losing all the insights such as traffic history, pull requests, contributors, forks, etc from the original Repo?

1 Answers

Pull requests are preserved: see "About repository transfers"

When you transfer a repository to a new owner, they can immediately administer the repository's contents, issues, pull requests, releases, project boards, and settings.

Git information about commits, including contributions, is preserved

The traffic might not be preserved though: to be tested.

Related