git

Back Open Paginator
09.03.2026 12:27
dboehmer (@dboehmer@ieji.de)

„Vorwärts immer, rückwärts nimmer!“

git pull --ff-only

#git #gitlab #github #codeberg #sozialismus #honecker




Show Original Post


09.03.2026 02:39
cathodion (@cathodion@mastodon.sdf.org)

git rebase: <upstream> means 'since'

dking.org/blog/2026/03/git-reb

#git #commandline




Show Original Post


09.03.2026 02:13
agowa338 (@agowa338@chaos.social)

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...

#git #English #SelfOH #OH




Show Original Post


08.03.2026 23:41
galvao (@galvao@phpc.social)

#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!

Single .gitignore file in the project root
Multiple .gitignore files per directory




Show Original Post


08.03.2026 17:03
h4ckernews (@h4ckernews@mastodon.social)

Beagle, a source code management system that stores AST trees

github.com/gritzko/librdx/tree

-source




Show Original Post


08.03.2026 15:54
snonux (@snonux@fosstodon.org)

Great #git tweaks Micah's Secret Blog micahkepe.com/blog/gitconfig/




Show Original Post


08.03.2026 14:57
ngate (@ngate@mastodon.social)

Oh, look! Someone made a command line feed reader using and 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. 🐱🤓
github.com/kantord/blogtato




Show Original Post


08.03.2026 14:55
n (@n@gotosocial.tourmentine.com)

[lien] CLI RSS/Atom feed reader inspired by Taskwarrior, synced using git - Lobsters (github.com by kantord) #gik #rss #net #cli #git




Show Original Post


08.03.2026 13:05
n (@n@gotosocial.tourmentine.com)

[lien] Sem – Semantic version control. Entity-level diffs on top of Git - Hacker News #gik #git #cli




Show Original Post


08.03.2026 10:32
a (@a@paperbay.org)

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.

#git #ai #forge




Show Original Post


08.03.2026 10:00
sci_photos (@sci_photos@troet.cafe)

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 🤔




Show Original Post


08.03.2026 07:25
xameer (@xameer@mathstodon.xyz)

#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




Show Original Post


1 ...60 61 62 63 64 65 66 67 68 69 70 ...347
UP