Search code examples
gitbitbucketgit-push

Git - push code to existing repo


My friend has created a project on BitBucket. I downloaded it as ZIP file, working on that and deployed the code to Heroku. Now I would need to push this code, which I currently have on my machine, to the original repository on BitBucket.

How to do that?


Solution

  • Create own fork and create pull request.