Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

repo from bitbucket to github

cd $HOME/Code/repo-directory
# Rename Origin to bitbucket
git remote rename origin bitbucket
# Add the origin of your new github repository
git remote add origin https://github.com/<username>/<repo-name>.git
# Push ypur branch master to your github repo
git push origin master
# Remove the old origin
git remote rm bitbucket
Comment

how to fork from github to bitbucket

$ git clone https://github.com/cakephp/cakephp
$ cd cakephp
$ git push git@bitbucket.org:mg/cakephp.git master
Comment

PREVIOUS NEXT
Code Example
Shell :: windows list all files in subdirectories 
Shell :: cat meaning linux 
Shell :: anaconda for ubuntu 20.04 
Shell :: python alias 
Shell :: react icons 
Shell :: copy everything vim 
Shell :: git tag 
Shell :: untrack lfs file 
Shell :: download chromium-browser/libffmpeg.so 
Shell :: bash add extension to all files 
Shell :: certbot apache subdomain 
Shell :: npm install bootstrap 3 angular 
Shell :: journalctl date 
Shell :: git warning redirecting to 
Shell :: unity progrids git url 
Shell :: how to pull remote changes to local branch 
Shell :: copy first n files linux 
Shell :: android ndk - configure does not recognize androideabi 
Shell :: flutter pub get taking too long 
Shell :: git diff without change mode 
Shell :: redis 
Shell :: git remote push 
Shell :: remove ciso umbrella 
Shell :: shell list files in directory 
Shell :: how to add your project to github 
Shell :: ubuntu rename all files lowercase commands 
Shell :: copy only directory contents to another directory 
Shell :: Git push --help fast-forwards 
Shell :: how to use git 
Shell :: ssh login using rsa 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =