|
|
|
|
|
by uranusjr
2721 days ago
|
|
It is true. Another common case I see is people using fork as a way to snapshot stuff they depend on “just in case” (since forks don’t go away if the original is deleted or overwritten). I don’t do it, but it’s quite common. (source: I asked people why they fork my repo but never sent a PR) My stance to this opinion is similar to many others here: this is all good if it works for the author, but please don’t project your idea of a “good” GitHub profile onto other people. |
|
Reasons:
1. I intend to build something that requires the repository in question, but I think I might have to extend the code in the repository itself.
2. I intend to build something that requires the repository in question but I feel more comfortable having a version of the code under my control as it will be quite central. (the snapshot)
on edit: formatting fix