This is one of those thing that I'm sure I'm missing a easy step but maybe you can give me a bit of help.
We use a git repository that matches up with our development environment and we develop locally.
As the procedure goes now, you push your changes git from your local repo, then go pull them into the development site, and away we go everything is synced. I am trying to eliminate the step were we log into the remote environment and pull.
So i attempted a double push which worked like a charm. Except on the test environment we now have Your branch is ahead of 'origin/live' by 2 commits. (use "git push" to publish your local commits) Although they match up equally in commits. Is there a way to cure that issue?