Jump to content

from GitHub to Bitbucket - moving things from one System to another


dil_bert

Recommended Posts

good day dear experts,

 

from GitHub to Bitbucket - moving things from one System to another: Getting back to work after a while i wanted to test things with GitHub and Bitbucket.

can  i put all the git stuff (with)  

a. cloning to my local machine  and
b. uploading to bitbucket


so i start like this:

git clone --verbose git clone https://foo_bar@bitbucket.org/foo_bar/test.git

Cloning into 'foobar'...


PS C:\Users\Mitarbeiter\Documents\_mk_\_dev_\python> git clone --verbose git clone https://foo_bar@bitbucket.org/foo_bar/test.git
Cloning into 'test'...
remote:
Counting objects: 3, done.

remote: Compressing objects: 100% (2/2), done.

remote: Total 3 (delta 0), reused 0 (delta 0)

Unpacking objects: 100% (3/3), done.

 

can  i put all the git stuff (with)  

a. cloning to my local machine  and
b. uploading to bitbucket

 

does this work ?!

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.