How can I share or link to a GitHub enterprise (university) account repository? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceGit - Pushing code to two remotesHow can I add an empty directory to a Git repository?Git for beginners: The definitive practical guideHow can I remove a commit on GitHub?How to change the URI (URL) for a remote Git repository?How do I push a new local branch to a remote Git repository and track it too?How can I determine the URL that a local Git repository was originally cloned from?How to revert a Git repository to a previous commitHow do I properly force a Git push?How do I update a GitHub forked repository?Make the current commit the only (initial) commit in a Git repository?
Simulating Exploding Dice
If A makes B more likely then B makes A more likely"
How to add zeros to reach same number of decimal places in tables?
How to say that you spent the night with someone, you were only sleeping and nothing else?
Slither Like a Snake
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Can the prologue be the backstory of your main character?
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
Stars Make Stars
How to rotate it perfectly?
Writing Thesis: Copying from published papers
Is it possible to ask for a hotel room without minibar/extra services?
What to do with post with dry rot?
Aligning matrix of nodes with grid
Why is there no army of Iron-Mans in the MCU?
Single author papers against my advisor's will?
Do working physicists consider Newtonian mechanics to be "falsified"?
How can I protect witches in combat who wear limited clothing?
Need a suitable toxic chemical for a murder plot in my novel
Mortgage adviser recommends a longer term than necessary combined with overpayments
Interesting examples of non-locally compact topological groups
Stop battery usage [Ubuntu 18]
Limit for e and 1/e
Passing functions in C++
How can I share or link to a GitHub enterprise (university) account repository?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experienceGit - Pushing code to two remotesHow can I add an empty directory to a Git repository?Git for beginners: The definitive practical guideHow can I remove a commit on GitHub?How to change the URI (URL) for a remote Git repository?How do I push a new local branch to a remote Git repository and track it too?How can I determine the URL that a local Git repository was originally cloned from?How to revert a Git repository to a previous commitHow do I properly force a Git push?How do I update a GitHub forked repository?Make the current commit the only (initial) commit in a Git repository?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
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?
git github github-for-mac github-enterprise
add a comment |
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?
git github github-for-mac github-enterprise
For the security and safety purpose your organization has this custom repository. Why would you like to breach? and I don't think this access has given to you.
– DeskToDevelop
Mar 22 at 7:23
see stackoverflow.com/questions/14290113/…
– duggi
Mar 22 at 7:29
@DeskToDevelop I'm not advocating opening up access to the entire university's Git to potential employers. What I would be interested in is a way for me to share my own work from said git with certain people who currently cannot access the domain.
– saeched
Mar 22 at 9:34
thanks @duggi, I shall give that a try.
– saeched
Mar 22 at 9:35
add a comment |
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?
git github github-for-mac github-enterprise
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?
git github github-for-mac github-enterprise
git github github-for-mac github-enterprise
asked Mar 22 at 7:17
saechedsaeched
13
13
For the security and safety purpose your organization has this custom repository. Why would you like to breach? and I don't think this access has given to you.
– DeskToDevelop
Mar 22 at 7:23
see stackoverflow.com/questions/14290113/…
– duggi
Mar 22 at 7:29
@DeskToDevelop I'm not advocating opening up access to the entire university's Git to potential employers. What I would be interested in is a way for me to share my own work from said git with certain people who currently cannot access the domain.
– saeched
Mar 22 at 9:34
thanks @duggi, I shall give that a try.
– saeched
Mar 22 at 9:35
add a comment |
For the security and safety purpose your organization has this custom repository. Why would you like to breach? and I don't think this access has given to you.
– DeskToDevelop
Mar 22 at 7:23
see stackoverflow.com/questions/14290113/…
– duggi
Mar 22 at 7:29
@DeskToDevelop I'm not advocating opening up access to the entire university's Git to potential employers. What I would be interested in is a way for me to share my own work from said git with certain people who currently cannot access the domain.
– saeched
Mar 22 at 9:34
thanks @duggi, I shall give that a try.
– saeched
Mar 22 at 9:35
For the security and safety purpose your organization has this custom repository. Why would you like to breach? and I don't think this access has given to you.
– DeskToDevelop
Mar 22 at 7:23
For the security and safety purpose your organization has this custom repository. Why would you like to breach? and I don't think this access has given to you.
– DeskToDevelop
Mar 22 at 7:23
see stackoverflow.com/questions/14290113/…
– duggi
Mar 22 at 7:29
see stackoverflow.com/questions/14290113/…
– duggi
Mar 22 at 7:29
@DeskToDevelop I'm not advocating opening up access to the entire university's Git to potential employers. What I would be interested in is a way for me to share my own work from said git with certain people who currently cannot access the domain.
– saeched
Mar 22 at 9:34
@DeskToDevelop I'm not advocating opening up access to the entire university's Git to potential employers. What I would be interested in is a way for me to share my own work from said git with certain people who currently cannot access the domain.
– saeched
Mar 22 at 9:34
thanks @duggi, I shall give that a try.
– saeched
Mar 22 at 9:35
thanks @duggi, I shall give that a try.
– saeched
Mar 22 at 9:35
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55294632%2fhow-can-i-share-or-link-to-a-github-enterprise-university-account-repository%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55294632%2fhow-can-i-share-or-link-to-a-github-enterprise-university-account-repository%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
For the security and safety purpose your organization has this custom repository. Why would you like to breach? and I don't think this access has given to you.
– DeskToDevelop
Mar 22 at 7:23
see stackoverflow.com/questions/14290113/…
– duggi
Mar 22 at 7:29
@DeskToDevelop I'm not advocating opening up access to the entire university's Git to potential employers. What I would be interested in is a way for me to share my own work from said git with certain people who currently cannot access the domain.
– saeched
Mar 22 at 9:34
thanks @duggi, I shall give that a try.
– saeched
Mar 22 at 9:35