6

I am curious if you can move a github 'Project' from one repository to another.

Should be more specific. Github has a 'Project' feature that allows you to create a simple kanban board. enter image description here

I would like to move this project from repo-a to repo-b. Looking through the UI I do not see a way to do this.

Buster
  • 573
  • 1
  • 4
  • 25

1 Answers1

-2

If the other repository is empty, you can duplicate a repo, by cloning then pushing a repo (as seen here also).

But if the other repository has already its own history, then you would need to merge them locally first (probably with --allow-unrelated-histories).

VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755