this post was submitted on 26 Jun 2024
846 points (98.0% liked)

Technology

57473 readers
3787 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

GitCode, a git-hosting website operated Chongqing Open-Source Co-Creation Technology Co Ltd and with technical support from CSDN and Huawei Cloud.

It is being reported that many users' repository are being cloned and re-hosted on GitCode without explicit authorization.

There is also a thread on Ycombinator (archived link)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 month ago (3 children)

What use is Github / a Github clone to you without knowing git?

[–] [email protected] 15 points 1 month ago (1 children)

*self hosts gitlab with docker run

*still doesn't know git

':confused jackie:'

[–] [email protected] 4 points 1 month ago

So what are you using it for? (Not criticizing, genuinely curious)

[–] [email protected] 3 points 1 month ago (1 children)

Generally, I tend to think more in the direction of that there is some misunderstanding happening, then people being stupid. Maybe that is just the optimist in me.

What exactly is meant when people say they don't know git. Do they mean the repository data format? Do they mean the network protocol? Do they mean the command line utility? Or just how to work with git as a developer, which is similar to other vcs?

I think if you use some git gui, you can get very far, without needing to understand "git", which I would argue most people, that use it daily, don't, at least not fully.

[–] [email protected] 1 points 1 month ago

I don't understand all 3 :)

[–] [email protected] 1 points 1 month ago (1 children)

The web interface is great and easy to use. I liked just dragging and dropping updated files to it, very simple.

[–] [email protected] 1 points 1 month ago

Oh, didn't even know you could do that, lol