git - How to push updates from local repository to BitBucket? -


so made local repository, , committed changes bitbucket repo.

after that, made changes in local repository.

i tried push files bitbucket, using git push origin master command. said files date. don't see changes on bitbucket page.

any on please?

check see if have uncommitted changes.
looks forgot add files staging area.

execute git status , check see if have un tracked/modified files

enter image description here


Comments

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -