I want to push my project from local to bitbucket

Aftab
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 30, 2024

 

I want to push my project from local to bitbucket

1 answer

1 vote
Nikola Perisic
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 30, 2024

Hello @Aftab 

Have you configured your git with command: git config --global user.email <your-email>?

Before pushing the code to your Bitbucket repository, you need to use the several commands:

  1. Git clone - clone your current repository that you previously created in Bitbucket
  2. Git add <name of the file> or git add . for all the files that need to be added 
  3. Git commit -m "message goes here"
  4. Git push

You will be prompted for OAuth authorization from Atlassian which you need to accept.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events