GitHub Repository

From GM-RKB
(Redirected from GitHub Repo)
Jump to navigation Jump to search

A GitHub Repository is a Git repository (typically a source-code repository) managed by a GitHub service.



References

To create a new repo, you'll use the git init command. git init is a one-time command you use during the initial setup of a new repo. Executing this command will

2019

2012

  • https://help.github.com/articles/what-are-the-different-access-permissions
    • User accounts only have two permission levels, the account owner and collaborators.
      • Owner: This user has full control of the account and the private repositories directly owned by the account. There is only one owner of a user account's repositories, this cannot be shared with another user.
      • Collaborator: Has push/pull access to the repositories they have been granted collaborator access. See the "Write Access Teams" and "Read Access Teams" permissions below for more details.