I created a WildFly cartridge on RedHat OpenShift and pushed some small code changes to the master branch of my initial Git repository (ssh://account@host.rhcloud.com/~/git/wildfly8.git/). I encountered that pushing to the repository takes very long.
How can I make pushing to my repository faster? Is there a Git pre-commit hook which is running?
My command looks like this:
git push --porcelain --progress --recurse-submodules=check origin refs/head/master:refs/heads/master