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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

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