I have 2 remote server one for production and one for testing So, pushing to production is fine since I push master
git push production
but after I created a branch , checked it out, made changes, created a new commit and pushed to testing the files didn't change it shows the progress as in 83 files changed and "Everything is now up to date" but the actual files on testing stays exactly the same I trying pushing using these two commands but none of them worked for me
git push testing newbranch
git push testing