Duplicating a repository (edit)

Duplicating a repository - GitHub Docs

git clone --bare "https://github.com/manhng83/AbpFamework.git"

create new repo: AbpFramework

git push --mirror "https://github.com/manhng83/AbpFramework.git"