git

Back Open Paginator
03.04.2026 00:29
ellie (@ellie@ellieayla.net)

@mcc shhhh

Shhh, it's ok. Don't listen to the scary lady. She didn't mean it. She's just yearning for a simpler time, from before computers.

Of all the version control systems, you're the least worst.

#git




Show Original Post


02.04.2026 21:34
ngate (@ngate@mastodon.social)

🎉🚀 Wow, they rewrote in - because, you know, that's what the world was clamoring for! 🤔💼 Forget world peace, let's make buns faster by 100x, because clearly that's the pinnacle of human achievement. 🍞🔧
vers.sh/blog/git-zig-bun-100x




Show Original Post


02.04.2026 19:08
gaborudvari (@gaborudvari@fosstodon.org)

The git-tools package is now updated in Guix. The new version fixes the git-restore-mtime script, which is very helpful when git updates the timestamp of your .scm files, and they appear to be newer then their .go counterparts.

codeberg.org/guix/guix/commit/

#guix #git #guile




Show Original Post


02.04.2026 19:06
tewha (@tewha@appdot.net)

After carefully checking my list of stashes to see which I wanted, I stashed my existing changes and applied it with git stash apply stash@\{2\}.

Can you see the mistake I made there? It took me a minute. LOL. #git




Show Original Post


02.04.2026 18:25
acdha (@acdha@code4lib.social)

That problem about #Git mishandling diffs in commit messages which was circulating last month lead to some improvements by the Git maintainers:

git.github.io/rev_news/2026/03




Show Original Post


02.04.2026 18:08
smartgit (@smartgit@techhub.social)

Your current feature branch was created from main. origin/main has moved forward, and you want to replay your local commits on top of that updated upstream history.

Which sequence is the right starting point?

----
Check out the correct answer and reinforce your Git knowledge with immediate feedback on every quiz question here 👉 git-skills.dev/quiz/rebase-pla

#Git #SmartGit #smartgit #Coding #Programming #100DaysOfCode #CodeNewbie #SoftwareEngineering

pull main, commit --amend
fetch, rebase origin/main
rebase main origin/main
merge --ff origin/main




Show Original Post


02.04.2026 18:01
eshlox (@eshlox@fosstodon.org)

#lazygit: a better way to use #Git

eshlox.net/lazygit-setup




Show Original Post


02.04.2026 18:00
thewhalecc (@thewhalecc@framapiaf.org)

𝗢𝗰𝘁𝗼𝗯𝗼𝘅:

#Github #Git #Notifications #Octobox

thewhale.cc/posts/octobox

Octobox is the tool for developers working on GitHub who find notifications infuriating. If you don’t want to miss another mention, if you don’t want misplace another issue and, if you don’t want to manage your workflow though email: you need to try Octobox.





Show Original Post


02.04.2026 17:30
anthony (@anthony@accioly.social)

My self-hosted Forgejo instance has better uptime than GitHub, even including the time my cat knocked the ethernet cable out of my server while I was away...

My current flow: say I want to contribute to github.com/xxx/yyy, I:

1. Fork it to github.com/aaccioly-open-source/yyy
2. Two-way mirror my fork to my personal Forgejo instance
3. Only come back to GitHub to open the final PR upstream

youtu.be/d3G7bOmziTs⁠

#Git #SelfHosting #Forgejo #GitHub




Show Original Post


02.04.2026 17:08
lwn (@lwn@fedi.lwn.net)

[$] IPC medley: message-queue peeking, io_uring, and bus1

The kernel provides a number of ways for processes to communicate with each other, but they never quite seem to fit the bill for many users. There are currently a few proposals fo [...]

lwn.net/Articles/1065490/ #LWN #Linux #kernel #Rust #Git #io_uring




Show Original Post


02.04.2026 16:02
petarov (@petarov@social.tchncs.de)

The most useful "hack" to me today:

git diff --name-only | xargs rg 'TODO'

Find todos only in the unstaged files in a git repository, using ripgrep instead of grep. I leave TODO marks for things that I need to come back to before finishing a pr or commit.

#git #programming #programmingtips




Show Original Post


02.04.2026 14:34
post (@post@programming.dev)

Git Rev News Edition 133 (March 31st, 2026)

programming.dev/post/48171064




Show Original Post


1 ...34 35 36 37 38 39 40 41 42 43 44 ...347
UP