I'm completely new to git. I try to push a cloned Bitbucket directory (from my local computer) to my own Bitbucket. but, It only copied the files of the original repo (the one that is online, that I cloned)?
And when i do git push, I get the answer: The current branch master has no upstream branch. So when I do that, i get Everything up-to-date, but my files I created locally aren't in my branch?