Is making a private repository in github allowed? #301
-
|
Hello TA, I am trying to find a way sharing the work with my teammate about our PA. I know there were warnings about not publishing KENS in github, but is it allowed to create a private repository in github for the KENS, and start work on programming together? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, this is Seongjun Im, the TA for CS30401. Yes, it is perfectly fine to create a separate private repository. |
Beta Was this translation helpful? Give feedback.
Hello, this is Seongjun Im, the TA for CS30401.
Yes, it is perfectly fine to create a separate private repository.
However, due to GitHub's policy, a public repository can only be forked as another public repository.
Therefore, if you wish to use GitHub for collaboration, we recommend cloning the repository first and then pushing it to your own private repository.