Hmm.. what I mean is - I don't want GitHub Enterprise to have a copy of the 
repo.
I understand GitHub E being 'the source' and then git clone etc. to local or 
z/OS.
What I'm saying is... I want Rocket Git for z/OS to be 'the source', and then 
just use GitHub as the front-end for it.
Don't want it to make copies of what's on Git for Z.
Z should remain the system of record; don't want to put SYS1.PARMLIB for 
example on GitHub E.
Even if GitHub E has auth etc., a very small percent of people in the company 
need to even be aware of SYS1.PARMLIB.
Putting it on GitHub E means it's wide open for anyone in the company (with 
access to GitHub E).

Just trying to understand what can be done to -
a) keep Git on Z as 'the source'
b) hide the MF-Git-linked repositories from the general GitHub E crowd

- KB
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Thursday, August 5th, 2021 at 7:17 PM, Pew, Curtis G 
<curtis....@austin.utexas.edu> wrote:

> On Aug 5, 2021, at 8:27 AM, kekronbekron 
> 000002dee3fcae33-dmarc-requ...@listserv.ua.edu wrote:
>
> > If a company has GitHub Enterprise, can we hook that to Rocket's Git for 
> > z/OS, running on z/OS.
> >
> > Will that work without GitHub Enterprise making a copy/mirror of the 
> > original repos on Z?
> >
> > It would be amazing to keep Z's stuff managed by Git on Z, but then just 
> > use GitHub's excellent UI and workflows.
>
> Well, if the question is “can you use Rocket’s port of git for z/OS with 
> GitHub Enterprise?” then the answer is definitely yes. The University of 
> Texas has both, and I use them together all the time.
>
> I’m not sure what you’re asking with “GitHub Enterprise making a copy/mirror 
> of the original repos on z?” That’s not really the way git works: it’s a 
> distributed version control system, so you always have a local copy of the 
> repository.
>
> If I’m starting a new project, I usually create a repository on GitHub 
> Enterprise, and then clone it on whichever z/OS LPAR I’m working on, as well 
> as on my laptop. Then I use `git push` and `git pull` to keep them in sync.
>
>
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Pew, Curtis G
>
> curtis....@austin.utexas.edu
>
>
> ---------------------------------------------
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to