Transfer repository from bitbucket to github
Transfer repository from bitbucket to github
How transfer responsitory from bitbucket to github
1: Add new remote
git remote add upstream https://github.com/example-org/example-repo.git
git remote -v
2: Git fetch multi local
git fetch --all
3: Push to remote
git push -u upstream/dev
Like and shared fanpage, thankyou !!
Post a Comment