I have some code changes on my remote Ubuntu server. I haven't made any pull/push requests from bitbucket since very long. Now I need all my code that is on my remote server in my bitbucker repo. How do I push this? If I run git pull on my server, I think everything will be messed up. So I need commands to reverse pull to my bitbucket, so my server actually stands for "bitbucket" and the bitbucker stands for as my server. Hope you got it. Sorry for badly organized question.
git push, the opposite of pull/fetch?git push? How to link the repos (they must already be linked, how else would have the code on the server been updated in the past)?