We would like to move our git repository to an atlassian stash installation. I have created a new and empty repository in stash and from our existing git repository on my local machine I have executed:
git push stash-remote refs/remotes/origin/*:refs/heads/*
Where I have configured/added the stash-remote in the repository I am standing in. It shows up fine in the stash web interface.
Is that all I need to do to get a complete copy of our git repository into stash so our developer can continue working on the new stash repository?