How to push local changes to a remote Git repository on Bitbucket

Use git push origin master instead.

You have a repository locally and the initial git push is “pushing” to it. It’s not necessary to do so (as it is local) and it shows everything as up-to-date. git push origin master specifies a a remote repository (origin) and the branch located there (master).

For more information, check out this resource.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)