Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.75 KB

File metadata and controls

21 lines (16 loc) · 1.75 KB

Repos

This project is divided into three repos:

Private and private-shared repos

Because of how GitHub handles read-only access to repositories, I needed to create two repositories:

  1. A private repo, amandavisconti/infinite-ulysses, that only I can see and write to

  2. A private repo, FriendsofInfiniteUlysses/infinite-ulysses, that only I can write to and that collaborators (members of the "Friends of Infinite Ulysses" organization, currently @mkirschenbaum and @mwidner) can read/clone.

To sync the shared repo (FriendsofInfiniteUlysses/infinite-ulysses) with my private repo (i.e. to let collaborators see what I'm doing w/o exposing code to entire public):

  1. On https://github.com/FriendsofInfiniteUlysses/infinite-ulysses, click on "pull request"
  2. Click on "edit" and change first to shared, click on "compare across forks", change second to private.
  3. Click on "create pull request"
  4. Write message if desired and click "create pull request"
  5. Click "merge pull request"
  6. Click "confirm merge"