dil_bert Posted December 18, 2018 Share Posted December 18, 2018 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 ?! Quote Link to comment Share on other sites More sharing options...
requinix Posted December 18, 2018 Share Posted December 18, 2018 Is it possible to clone locally and then upload to BitBucket? Yes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.