good day dear ubuntu 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:


Code:
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.
well that works very very well : now i want to do more _ i want to see if i can do some extra things. Moving from files one to another hosting system



what is wanted:

can i put all the git stuff (with)

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



does this work ?!