How do you usually manage it? Private git repo?
Also, what do you feel when people forked your GitHub Pages, for instance?
How do you usually manage it? Private git repo?
Also, what do you feel when people forked your GitHub Pages, for instance?
For further actions, you may consider blocking this person and/or reporting abuse
Grace Icay -
Freecodez -
Sloan the DEV Moderator -
Freecodez -
Once suspended, patarapolw will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, patarapolw will be able to comment and publish posts again.
Once unpublished, all posts by patarapolw will become hidden and only accessible to themselves.
If patarapolw is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Pacharapol Withayasakpunt.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag patarapolw:
Unflagging patarapolw will restore default visibility to their posts.
Top comments (4)
Unless you don't want to allow the repository to be publicly available, forking is all right since a public repo can be cloned anyway and re-uploaded without proper consent. At least a fork will always point back to the original source!
Haven't had an occasion where someone forked my repo without a fix in mind. Licensing the repo appropriately should also help in clearly indicating that you are the author for the content and what's okay, what's not.
If your concern is keeping certain posts private such as drafts, I think keeping the repo private is the solution.
You made a point. Still, I don't want to think about being Fork'd. I don't want to make it too explicit.
I made it private. Don't have any problems with this approach. The biggest disadvantage are typos, anyone who have GitHub account can fix the. But whit private repo you need to have 3d party apps to manage this. Just create a list of pros/cons for private repo and chose the most valuable for you ;)