Hello guys,When I build new text file in bitbucket and pull it to my local file,it works.But when i build new text file in local and push it ot bitbucket with git push origin master,it shows everything up-to-date but nothing is pushed in bitbucket</h3>
Firstly, did you commit the local changes before pushing?
Secondly, check where you are pushing to with git remote show origin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.