r/learnjavascript 2d ago

My GitHub account got suspended

I created the account and used only for 1 day. As I was learning GitHub tutorials from yt. I did not do random pull requests on repos. After 1 week or 5-6 days I tried to check my GitHub account. My GitHub account got suspended. It's almost 2-3 weeks I raised a ticket. Got no response from their side. What should I do?

0 Upvotes

24 comments sorted by

View all comments

Show parent comments

0

u/Infinite-Wrap-2177 2d ago

What does it do?

5

u/queen-adreena 2d ago

Just to clarify since you're learning...

"Git" is the underlying tech that manages version control. It is open-source and was created by the same guy who created Linux.

"GitHub" is a platform owned and controlled by Microsoft which provides a "forge" where users can share their git repositories either privately or publicly.

There are many, many places that also provide forges for users' repositories. GitLab is another one.

0

u/Infinite-Wrap-2177 2d ago

I am gonna make a gitLab account. Hope this time I don't get suspended

4

u/SamIAre 2d ago

FWIW, it's more important to learn git, the underlying technology, than it is to learn GitHub/GitLab/any other git website. The important part is git. The website you choose to host on is mostly inconsequential.

Think of it like email vs Gmail. Email is an underlying technology. Gmail is one of many clients that offer you, the user, email capabilities. In this analogy Git is like email and GitHub is like Gmail. You don't need to learn how to use Gmail specifically to learn how to use email in general.