Custom Search

Saturday, May 18, 2019

How to Import an existing git project into GitLab

git clone --bare https://github.com/openstack/python-keystoneclient
cd python-keystoneclient.git/
git push --mirror https://gitlab.com/golangtutorials/python-keystoneclient.git

No comments:

Post a Comment