Quantcast
Viewing all articles
Browse latest Browse all 5189

Convert a Mercurial Repository to Git Using hg-fast-export

To push the newly populated Git repository to a remote server, you'll need to add a remote origin location and execute a push to the remote origin/master branch. git remote add origin git@my-git-server:my-repository.git git push -u origin master Step 7.

Viewing all articles
Browse latest Browse all 5189

Trending Articles