--First get original repo. $ git clone --bare https://gitsite.com/yourusername/original-repository.git $ cd original-repository $ git push --mirror https://gitsite.com/yourusername/new-repository.git