this post was submitted on 04 Jun 2025
77 points (96.4% liked)
Linux
7791 readers
569 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have only been using it for ~ 4 years and the UX seems pretty logical even for not-basic cases.
Maybe because it was only my second VCS^[the first one being folders with timestamps], it didn't seem at all problematic to me. On the contrary, every time, I just found myself going "nice", whenever I found a new feature.
When it comes to
git restore .
, well, you won't userm -rf *
in your working directory, right?I haven't used
git
based GUIs much. Some of the functions that my IDE provides, I use now and then. Being able to see thegit blame
for a file, right in place, scrolled to the same line as I was looking at the code, helps quite a bit (and so does the git based annotations).But for things like
commit
,restore
,pull
,push
,rebase
and things that will write something, I just use the CLI, because I feel like I know what is going to happen ad that gives me confidence.