This repository was archived by the owner on May 24, 2019. It is now read-only.
This repository was archived by the owner on May 24, 2019. It is now read-only.
Migrate repositories from a HTTP URL, local disk or SSH URL #22
Open
Description
If we can implement a sub command migrate
, that will be helpful.
# migrate from a http URL
tea --login=try migrate https://github.com/go-gitea/tea.git --name=gitea/tea
# migrate from local disk
tea --login=try migrate ./tea.git --name=gitea/tea
# migrate from a SSH URL, clone from ssh and then upload from local disk
tea --login=try migrate [email protected]:go-gitea/tea.git --name=gitea/tea
Activity