@glyph I use fetch, merge, and also pull sometimes (with an explicit upstream & branch specified, never ever "git pull" on its own).

At first I learned to just do "git pull" and was always fucking up my work. Then I sat down with someone more experienced than me who taught me the flow I use now; it became clear quickly to me that being specific about what I do in atomic steps is just a safer way for me to interact with git.

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Glyph

@darius in my mind this is the path that most git users follow, but the poll appears to be indicating that there's a big fork in the road, roughly 50/50. Everybody learns pull, and later when they learn fetch, about half of users switch.

0
8mo
Replies