git push -f --no-verify ssh://[email protected]/data/deploy.git $(git rev-parse --abbrev-ref HEAD):deploy
in this case remote server is REMOTE-SERVER-HERE and target brach is deploy
git push -f --no-verify ssh://[email protected]/data/deploy.git $(git rev-parse --abbrev-ref HEAD):deploy
in this case remote server is REMOTE-SERVER-HERE and target brach is deploy