I am not very experienced with git and I used it only for very basic things, mainly copying commands from webpages and run them without really understanding what is going on under the hood.
So recently, I moved my bitbucket repo to a new pivate github repo. My goal was/is to only use github in the future. I did this with laptop A.
But yesterday I made a mistake: I committed some local changes I had on laptop B to git and pushed it to the old bitbucket repo.
So now I have a small problem: I want to add these changes to my new github repo, but I don't know how to do it and I don't want to mess things up.
Could someone give me a step-by-step instruction how to do that, and on which laptop? I can only guess I wil have to download the bitbucket repo and push the latest commit to github, but I don't know exactly how.