„Vorwärts immer, rückwärts nimmer!“
git pull --ff-only
#git #gitlab #github #codeberg #sozialismus #honecker
git rebase: <upstream> means 'since'
https://dking.org/blog/2026/03/git-rebase-upstream-means-since/
Self-OH.
Why did it never once cross my mind that "git" could be a regular English word?
Guess I should be more careful writing something like "git!" to someone from now on.
Esp. for non-technical people that could easily be misinterpreted...
#LazyWeb Genuinely curious: Do you put your #git ignores in a single .gitignore file in the project root or do you spread it by using specific .gitignore files in specific directories?
If you could state your reasoning for doing so in the comments that would be great!
Beagle, a source code management system that stores AST trees
https://github.com/gritzko/librdx/tree/master/be
#HackerNews #Beagle #AST #sourcecode #management #open-source #git
Great #git tweaks Micah's Secret Blog https://micahkepe.com/blog/gitconfig/
Oh, look! Someone made a command line feed reader using #Taskwarrior and #Git as if we needed another way to procrastinate efficiently while pretending to be productive. 😂 Just what we were missing: an overly complicated way to read news that makes you feel like a hacking genius when all you're doing is reading cat memes. 🐱🤓
https://github.com/kantord/blogtato #commandlinefeedreader #procrastination #productivity #catmemes #HackerNews #ngated
[lien] CLI RSS/Atom feed reader inspired by Taskwarrior, synced using git - Lobsters (github.com by kantord) #gik #rss #net #cli #git
[lien] Sem – Semantic version control. Entity-level diffs on top of Git - Hacker News #gik #git #cli
I just stopped my personal @forgejo due to the AI bot (with random IPs) just going crazy on each commit.
I'm still looking for a forge generating static content and aggressively caching pages.
Ich lege gerade ein neues #git repo an zur Quellcodeverwaltung, Ausgabe: „Ja, demnächst wird der ‚master‘-Branch dann standardmäßig ‚main‘ heißen, und mit diesem Befehl kannst Du schon heute die koloniale Kackscheiße beenden:“ [leicht paraphrasiert]
Nun überlege ich, ob ich den Branch „Leine“ nenne, weil Göttingen ja bekanntlich nicht am Main liegt 🤔
#til #git commits messages esp for #sourcehut need always be valid #ascii chars for its #graphql api
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 527572
0xd6 is a valid Latin-1 character (Ö) but invalid as a UTF-8 continuation byte. That byte pattern — a single high byte that isn't a valid UTF-8 sequence — is the signature of Latin-1 or Windows-1252 encoded text leaking into what should be a UTF-8 response. Likely a commit author name with a non-ASCII character encoded in Latin-1 by their git client
but why
> GraphQL errors with non-ASCII or Latin characters in JSON usually stem from encoding mismatches or unescaped characters (like
\, ", or control codes
-
) causing jq to fail. To fix this, ensure the GraphQL server returns UTF-8, sanitize data for JSON-style escapes, or use --raw-output (-r) and --raw-input (-R) in jq