We are compiling Doxygen docs on the travis-ci server and want to push them onto our gh-pages branch.
How do I handle the authorization for git push? Do
git push
Just to add another solution, I used a HTTPS token from github, encrypted it and used HTTPS for checkouts and pushes