How can I share or link to a GitHub enterprise (university) account repository?

667 Views Asked by At

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:

  1. Write a hook that would push my work automatically to GitHub.com when I push to GitHub.enterprise.ac.uk?
  2. I use SSH with my keys automatically setup to detect which domain to push to, is it possible to push to both?
  3. Or is my only option to clone each git and manually push to GitHub.com?
0

There are 0 best solutions below