this post was submitted on 24 Apr 2024
17 points (100.0% liked)

Programming

427 readers
1 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

The 'technologies' will be replaced by their respective icons.

you are viewing a single comment's thread
view the rest of the comments
[–] take6056@feddit.nl 7 points 11 months ago (2 children)

I'd change

  • Github, ... To
  • Git, for version control
[–] Turun@feddit.de 4 points 11 months ago (1 children)

This assumes that OP actually meant git...

I fear they may have had no idea what the distinction between git and GitHub is and intended to say GitHub.

[–] take6056@feddit.nl 2 points 11 months ago

Thought it was a good opportunity to potentionally learn something new. Seems to have worked out.

[–] MrOzwaldMan@lemmy.ml 2 points 11 months ago (4 children)

Changed, but why Git but not GitHub for version control:

[–] krewllobster 8 points 11 months ago (1 children)

Because "Git" is the technology. GitHub is just one site that works with it.

[–] MrOzwaldMan@lemmy.ml 2 points 11 months ago

I see, I thought Git and GitHub are not one and the same.

[–] projectmoon@lemm.ee 4 points 11 months ago (2 children)

There's plenty of git forges that aren't GitHub. Git itself has nothing to do with central servers and can theoretically be used in a completely decentralized manner.

[–] MrOzwaldMan@lemmy.ml 1 points 11 months ago
[–] take6056@feddit.nl 1 points 11 months ago (1 children)

At college some guys were self hosting a git server for a project but it went down. We resorted to a USB stick that acted as remote and was passed around. That was awesome to see, for about a day...

[–] projectmoon@lemm.ee 2 points 11 months ago

Lol. Git itself can act as a server over the git protocol. Might have been easier 🤪

[–] TehPers 3 points 11 months ago (1 children)

Speaking from experience, in the past year, I've used 3 different hosting providers for git repositories at work. Only one of them is GitHub. It's good to keep your options open - git isn't locked to any particular provider, after all.

[–] MrOzwaldMan@lemmy.ml 1 points 11 months ago (1 children)

What other options are popular in the market?

[–] TehPers 1 points 11 months ago

I've used GitLab and Azure DevOps professionally, but there are a lot of services out there which host Git repositories. GitLab can also be self-hosted which is nice. They all fundamentally work the same though from my experience - code viewer, issue tracker, pull requests, some way of doing CI/CD, and various collaborative and documentation features (wikis, discussion areas, permission management, etc).

It may be good to understand also where the separation lies between features that are part of Git vs those which are part of the service you're using (like GitHub). For example, branches are Git, while pull requests and wikis are GitHub.

[–] MicrowavedTea@infosec.pub 2 points 11 months ago (1 children)

Also if you go with git instead of github you should use git's icon

[–] MrOzwaldMan@lemmy.ml 2 points 11 months ago

Agreed, here you go: