Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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