Wednesday 13 March 2024

The Git & Github Bootcamp Part 5 - Master on essentials and the tricky bits: rebasing, squashing, stashing, reflogs, blobs, trees, & more!


GitHub Grab Bag: Odds & Ends

GitHub Repo Visibility: Public Vs. Private

  • Public repositories are visible to everyone on the internet, and anyone can contribute to your project.
  • Private repositories are hidden from the public and only accessible to you and the people you choose to share access with.

Adding GitHub Collaborators

To collaborate with others on private projects, you need to add them as collaborators:

  1. Go to your repository on GitHub.
  2. Click on “Settings” > “Manage access” > “Invite a collaborator.”
  3. Enter their GitHub username and send the invite.
Read more »

Labels: