Hi,
I have my brand new Stash server installed, and now I am trying to migrate my Git repositories (which are currently hosted on some remote site). I already created a local copy using "git clone --mirror"(which includes all branches).
My question is:
What is the preferred way to import such a bare repository - including all branches and tags - to Stash?
My ideas so far:
- use a local script that pushes all branches and tags - one by one - to the Stash server
- got to the Stash "data/repositories" directory and execute a "git clone --mirror" there
Thanks!
Martin