Skip to content

tjuice/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

vagrant

Clone REPOSITORY

In this example, we use an external account named extuser and

a GitHub account named ghuser to transfer repo.git

git clone --bare https://githost.org/extuser/repo.git

Make a bare clone of the external repository to a local directory

cd repo.git git push --mirror https://github.com/ghuser/repo.git

Push mirror to new GitHub repository

cd .. rm -rf repo.git

Remove temporary local repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published