i know that my comment is not related to the post, but i just want say that the image is really cool! who is the designer/artist?
GitButler's amazing designer is Pavel: https://bsky.app/profile/pavellaptev.bsky.social
How Core Git Developers Configure Git
41–50 of 129 posts
Re: How Core Git Developers Configure Git
#42Re: How Core Git Developers Configure Git
#43[flagged]
Re: How Core Git Developers Configure Git
#44Earlier quoted context omitted.
While your comment is in jest, I agree with the sentiment. The whole "main" debacle sucks and, to this day, still breaks everyone's git usage.
Honest question: What has it broken about your git usage? I haven’t really noticed a problem. Sometimes a repo uses “main” and sometimes “master”. It’s not like “master” was the only option before
So, if you have a git mirror in a private location that you need to push to, you get royally fucked in the arse by every project deciding to change their value for HEAD. These people basically broke 'git push' for my usecase.
So either they fix 'git push' to update the symrefs as well or shut up about using anything else than 'master'.
Re: How Core Git Developers Configure Git
#45[flagged]
Re: How Core Git Developers Configure Git
#46[flagged]
Re: How Core Git Developers Configure Git
#47Re: How Core Git Developers Configure Git
#48I wrote up more here: https://stackoverflow.com/a/63739655/997606
I also wrote up how to use diff3 style to make resolving rebase (or merge) conflicts a mechanical procedure: https://h2.jaguarpaw.co.uk/posts/git-rebase-conflicts/
Re: How Core Git Developers Configure Git
#49How much of this is for a noob like me that just uses vscode? I hardly ever see the git command line, and when I do see it, its trouble beyond what anybody can fix...