BLOG Git: Create a new repo from an exist repo Clone repository to a folder cd existing-project open here a git terminal git remote set-url origin <NEW_GIT_REPO> git push -u origin --all git push origin --tags