this post was submitted on 31 May 2026
13 points (81.0% liked)

Asklemmy

54461 readers
473 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
top 12 comments
sorted by: hot top controversial new old
[โ€“] dan@upvote.au 12 points 2 days ago* (last edited 2 days ago)

You don't absolutely need a central repository for Git. It's decentralized. You can learn the basics (committing, branching, rebasing, amending, merging, resolving merge conflicts) entirely on your computer.

My advice would be to get familiar with using Git locally first. Simulate things like merge conflicts - have two branches that both change the same line in a text file, then merge them together and resolve the conflict.

Once you're more comfortable with using it locally, learn about code forges like Github or Forgejo.

[โ€“] Ephera@lemmy.ml 11 points 2 days ago (1 children)
[โ€“] LoveEspresso@cafe.coffee-break.cc 4 points 2 days ago (1 children)

Thanks. This is what I had been looking for.

[โ€“] jlow@slrpnk.net 9 points 2 days ago (1 children)

The people who've made this are both on the Fediverse:

https://vis.social/@bleeptrack https://chaos.social/@blinry

๐ŸŽ‰

Just responded to a post by bleeptrack.

[โ€“] Arrandee@lemmy.world 13 points 2 days ago
  • Save a file
  • Commit it
  • Change that same file
  • Commit it
[โ€“] AbidingOhmsLaw@lemmy.ml 7 points 2 days ago (1 children)

The "pull" can get confusing to new users of git because they soon see people talking about "pull requests". They should rename a pull request to a "sync request" or an "update review request" , etc.

[โ€“] dan@upvote.au 14 points 2 days ago (1 children)

It's called a "merge request" in Gitlab, which is a much better name.

[โ€“] AbidingOhmsLaw@lemmy.ml 4 points 2 days ago

Yes, That would be good, easy, and understandable

[โ€“] Melobol@lemmy.ml 3 points 2 days ago (1 children)

There is Pro Git book also.
ChatGTP told me to read it after I wiped 4 hours of work by listening to llms :D

[โ€“] LoveEspresso@cafe.coffee-break.cc 2 points 2 days ago (1 children)

I don't need a manual to read. I treat it like a new piano, whose keys l press to see what kind of sound they make. Makes any sense ?

[โ€“] Melobol@lemmy.ml 3 points 2 days ago

If it makes sense for you all that matters. I'm the type of person who reads the manual first :)