My university has a custom GitHub enterprise domain, and I have been working on a number of personal/group projects there. However, going for graduate job interviews, it would be handy to share access to these repositories so they can see the commit history/my contributions/etc.
Issue: you need a login to access the enterprise domain. So, is it possible to:
- Write a hook that would push my work automatically to GitHub.com when I push to GitHub.enterprise.ac.uk?
- I use SSH with my keys automatically setup to detect which domain to push to, is it possible to push to both?
- Or is my only option to clone each git and manually push to GitHub.com?