how to create a repository #1059
Replies: 1 comment
-
|
To create a private repository on GitHub, follow these steps: Go to GitHub: https://github.com/ and sign in to your account. To create a private repository on GitHub using the command line, follow these steps: Open a terminal window. gh repo create my-private-repo --private To create a private repository on another code hosting platform, such as GitLab or Bitbucket, please consult the documentation for that platform. Please note that private repositories are only accessible to you and the people you explicitly share access with. This makes them a good choice for storing sensitive data or code that you don't want to share with the public. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
how do i create a repository private
Beta Was this translation helpful? Give feedback.
All reactions