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

how to push files from my PC to bitbucket

SuManzz99 August 19, 2017

I cloned a repository to my PC and trying to push my work back to bitbucket.

used the command - ' git push origin master'

It returns - 'Everything up-to-date'.

When I checked for the commits on bitbucket, nothing seems to appear / update.

what am I missing? Can someone help me please ?

 

Thanks.

1 answer

1 vote
edwin
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.
August 19, 2017

Once you have made changes to files.

Run 

git status
git add <file>
git commit -m "This is my commit"
git push origin master

With git status you will see all the files with changes, you can add individually or git add * for everything.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events