From 7e452f743953a300ba91ac0489301b89f51befb2 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 19 Dec 2023 05:26:18 +0000 Subject: [PATCH] docs(migration): add BitbucketServer2Gitea tool (#145) https://github.com/appleboy/BitbucketServer2Gitea A command line tool build with Golang to migrate a Bitbucket Server (Data Center) Project to Gitea. See the V1 REST API. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/145 Reviewed-by: Lunny Xiao Co-authored-by: Bo-Yi Wu Co-committed-by: Bo-Yi Wu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a68a88a..4e095dd 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. ## Migration +- [BitbucketServer2Gitea](https://github.com/appleboy/BitbucketServer2Gitea) - A command line tool build with Golang to migrate a Bitbucket Server (Stash) Project to Gitea. - [Bitbucket2Gitea](https://github.com/sIspravnikov/BitbucketToGitea) - A python3 script to migrate all projects and repositories from Atlassian BitBucket to Gitea. - [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc. - [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea.