Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to add files from local machine to bitbucket repository

prabhakartalari March 10, 2019

All,

Have followed below process to add files from local machine to bitbucket repository but am not getting success.

 

git clone <repo>

- created some files in local machine where i cloned the bitbucket repo

git add --all
git commit -m "Full Commit"
git status 

-> here nothing is showing as new

 

When i go to bitbucket online repository am not able to see the files which i have created newly in local machine.

Please suggest what i am missing here exactly to get success

Regards

Prabhakar

 

1 answer

1 accepted

0 votes
Answer accepted
Edwin Kyalangalilwa
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.
March 10, 2019

Hi @prabhakartalari ,

The missing piece is pushing the code after a commit.

For example: git push <remote> <branch>

git push origin dev

Git Push | Atlassian Git Tutorial

prabhakartalari March 10, 2019

Right. Thank you.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events