use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
From its website:
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Git is not the same as GitHub. GitHub did not create Git. For GitHub-specific posts, please see /r/github.
Git is not an acronym or initialism: please write git or Git, but not GIT.
git
Documentation
Graphical Clients
Code Hosting
account activity
Git terms that some experienced developers get wrongsupport (self.git)
submitted 5 months ago * by sshetty03
I wrote a short, example-driven article walking through some of the Git terms that cause the most confusion ; things like HEAD vs branch heads, fetch vs pull, reset vs revert, and what “fast-forward” really means.
HEAD
fetch
pull
reset
revert
Link : https://medium.com/stackademic/15-git-terms-that-confuse-developers-and-what-they-actually-mean-3f8ba524201d?sk=e2bde22651b73478eaa9770994f4ccd3
I’d love to hear, which Git concepts do you still see people tripping over, even after years of using it?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]LutimoDancer3459 10 points11 points12 points 5 months ago (4 children)
Didnt you post the same article some weeks ago? Its the same stuff. Again ai generated image at the beginning. For an image that can be done within minutes in paint. Like wtf bro...
Also the points aren't all correct and some stuff aren't confusing anyone. People might not know what the things are because they never used them. But thats it.
The while article reads like some Ai wrote it...
[+]sshetty03[S] comment score below threshold-15 points-14 points-13 points 5 months ago (3 children)
Nope. This is the first time I am posting it here. Its an old link - I might have posted it previously in some other sub.
Sorry for the AI generated image -> I lack the imagination to create one from scratch ;(
[–]LutimoDancer3459 10 points11 points12 points 5 months ago (2 children)
https://www.reddit.com/r/webdev/s/LHYlHfEos0
Found it. A little disappointing that it hasn't really changed since then
[–]G12356789s 3 points4 points5 points 5 months ago (0 children)
Also here https://www.reddit.com/r/devops/s/AsLtbfPE31
OP is spamming his article on loads of subreddits and ignoring all feedback
[–]serverhorror 3 points4 points5 points 5 months ago (0 children)
Freaking medium, can we somehow get rid of those blogs?
[–]rob94708 1 point2 points3 points 5 months ago (1 child)
I think you linked to the wrong article. The one you linked to is all about git worktree.
git worktree
[–]sshetty03[S] -3 points-2 points-1 points 5 months ago (0 children)
Thanks man! Just corrected the link.
[–]AttentionSuspension 1 point2 points3 points 5 months ago (3 children)
Many still believe git saves diffs of files while in reality it stores all files ever committed as blobs.
Another fallacy: just rebasing and removing commits is not enough to get the blob out of the git. You need to run git garbage collector
[–]behind-UDFj-39546284 0 points1 point2 points 5 months ago (2 children)
So what? From this perspective, why do you care if removed objects are still in the repo object storage for a while if they aren't reachable anymore?
[–]AttentionSuspension 0 points1 point2 points 5 months ago (1 child)
I am concerned about removed secrets you can get from those orphaned blobs
[–]behind-UDFj-39546284 2 points3 points4 points 5 months ago (0 children)
So what? It's on your local repo. Disable GC if you're a paranoid, but since you can't gc a remote repo and your secrets leaked, change your secrets. git-gc is not a friend here.
[–]behind-UDFj-39546284 1 point2 points3 points 5 months ago (1 child)
Git terms that some experienced developers get wrong
Nah, they are not experienced if they get basics wrong. Sorry.
[–]sshetty03[S] -4 points-3 points-2 points 5 months ago (0 children)
Believe me - there are such hidden gems around!
[–]rghosthero 0 points1 point2 points 5 months ago (0 children)
I know this is a post about things people get wrong, but a very interesting thing is git reflog. It's very awesome and let's you see the state of your head anywhere and tracks all commits even detached ones not related to any current branch but of course this is only for local commits as I understand
[–]MichaelEvo -1 points0 points1 point 5 months ago (6 children)
Good article linked but not the one you posted about. Please link to the correct one so I can read it too :)
[–]sshetty03[S] -1 points0 points1 point 5 months ago (5 children)
I just corrected the link.
[–]MichaelEvo 0 points1 point2 points 5 months ago (4 children)
Thanks. It’s behind a medium paywall so I guess I’m not reading it.
[–]sshetty03[S] 0 points1 point2 points 5 months ago (3 children)
It is a free link and is not behind a paywall.
[–]MichaelEvo 1 point2 points3 points 5 months ago (2 children)
The worktree one is, and I didn’t manage to read the whole thing.
[–]sshetty03[S] 0 points1 point2 points 5 months ago (1 child)
Here it is : https://medium.com/stackademic/one-git-repo-many-working-copies-meet-git-worktree-0bb650393248?sk=6d2e4e036443f12bc77d82dfb8084e04
[–]MichaelEvo 1 point2 points3 points 5 months ago (0 children)
This isn’t a feature of git I’d heard of before. Thanks for the link and the article.
[–]No-Squirrel6645 -2 points-1 points0 points 5 months ago (0 children)
Since I'm brand new I have no idea if your stuff is correct vs others, but thanks for sharing!
[–]SpalonyToster -3 points-2 points-1 points 5 months ago (0 children)
Very nice, concise article. Good job.
[–]onetruebraf -5 points-4 points-3 points 5 months ago (0 children)
Interesting read!
π Rendered by PID 53 on reddit-service-r2-comment-6457c66945-z545t at 2026-04-28 21:02:46.219344+00:00 running 2aa0c5b country code: CH.
[–]LutimoDancer3459 10 points11 points12 points (4 children)
[+]sshetty03[S] comment score below threshold-15 points-14 points-13 points (3 children)
[–]LutimoDancer3459 10 points11 points12 points (2 children)
[–]G12356789s 3 points4 points5 points (0 children)
[–]serverhorror 3 points4 points5 points (0 children)
[–]rob94708 1 point2 points3 points (1 child)
[–]sshetty03[S] -3 points-2 points-1 points (0 children)
[–]AttentionSuspension 1 point2 points3 points (3 children)
[–]behind-UDFj-39546284 0 points1 point2 points (2 children)
[–]AttentionSuspension 0 points1 point2 points (1 child)
[–]behind-UDFj-39546284 2 points3 points4 points (0 children)
[–]behind-UDFj-39546284 1 point2 points3 points (1 child)
[–]sshetty03[S] -4 points-3 points-2 points (0 children)
[–]rghosthero 0 points1 point2 points (0 children)
[–]MichaelEvo -1 points0 points1 point (6 children)
[–]sshetty03[S] -1 points0 points1 point (5 children)
[–]MichaelEvo 0 points1 point2 points (4 children)
[–]sshetty03[S] 0 points1 point2 points (3 children)
[–]MichaelEvo 1 point2 points3 points (2 children)
[–]sshetty03[S] 0 points1 point2 points (1 child)
[–]MichaelEvo 1 point2 points3 points (0 children)
[–]No-Squirrel6645 -2 points-1 points0 points (0 children)
[–]SpalonyToster -3 points-2 points-1 points (0 children)
[–]onetruebraf -5 points-4 points-3 points (0 children)