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

database - How many Observations in SAS Sample Data Output -

emulation - Android map show my location didn't work -

ios - how to query based on pfobject/pfuser associated with another pfobject in parse.com? -