git

Back Open Paginator
16.02.2026 21:51
990000 (@990000@mstdn.social)

Hahahahaha git morge y’all

bsky.app/profile/whitep4nth3r.

#Microsoft #Slop #AI #ArtificialIntelligence #Git





Show Original Post


16.02.2026 21:49
darrenburns (@darrenburns@fosstodon.org)

A side-by-side diff view!

Scrolling is synchronised across both sides, the gutter is sticky, wrapping is supported, and my favourite hatch effect from Dunk makes a comeback 😄

Next up:

- Line level diffs
- Bring staged/unstaged files into the same view without needing keypress to toggle
- Improve syntax highlighting colours
- QoL stuff like copy path/filename to clipboard etc
- Help menu
- Resist urge to try and build fully-fledged lazygit style client

#git #tui #terminal #tool





Show Original Post


16.02.2026 19:53
wwwgem (@wwwgem@social.linux.pizza)

I failed on Git. Jujutsu rescued me.

www-gem.codeberg.page/cli_jj/

#blog #blogpost #git #jj #jujutsu




Show Original Post


16.02.2026 19:38
LGUG2Z (@LGUG2Z@hachyderm.io)

Merged a patch to reduce CPU usage when running komorebi-bar on macOS

This fix was submitted by Lando Calrissian on the Discord as a literal .patch file

Unironically a much better experience than using GitHub Pull Requests

github.com/LGUG2Z/komorebi-for

#rust #macos #git #komorebi




Show Original Post


16.02.2026 17:37
smartgit (@smartgit@techhub.social)

Ever spent hours fighting a bug that was literally invisible? 👻

On macOS, identical filenames can actually be different byte sequences (NFC vs NFD Unicode). It looks the same to you but it breaks your Git index.

SmartGit handles the deep digging into hex sequences so you don't have to.

Have you ever lost an afternoon to a bug that was literally invisible? Let’s hear your favorite "ghost" story in the comments 👇

#DevLife #MacOS #GitTips #DevTools #Git #SmartGit





Show Original Post


16.02.2026 16:16
matejcerny (@matejcerny@witter.cz)

💡 If you want to quickly visualize your git history, check out Serie.

It's a lightning-fast TUI built in Rust 🦀 that supports basic Vim motions out of the box. #git #vim





Show Original Post


16.02.2026 15:19
r (@r@fed.brid.gy)

Publickeyの記事になった リトで参照する #AI #git #rito.blue

元GitHub CEOのドムケ氏、AI時代の開発プラットフォ...




Show Original Post


16.02.2026 14:31
artagnon (@artagnon@mathstodon.xyz)

PSA: There's a new experimental subcommand in #git called git-replay. My usecase: when a development branch needs to be rebased onto the upstream master branch, checking it out and then rebasing leads to an unnecessary rebuild. Yes, I have ccache, but CMake must be re-configured, and binaries must be relinked; in #LLVM, the tablegen files also need to be regenerated. To avoid the delay, I "rebase" the branch before checking it out: using the following script, I simply replace "git checkout" calls with "git replay-checkout" calls. Note that it will fail when there would be conflicts, and the limitation comes from git-replay itself.

github.com/artagnon/dotfiles/b




Show Original Post


16.02.2026 13:57
saveriobran (@saveriobran@mastodon.uno)

An open-source remake of the short-lived jetbrains git client

github.com/DetachHead/rebased

#git #tools




Show Original Post


16.02.2026 13:31
devdigest (@devdigest@mastodon.social)

⚡️ Checking PowerShell syntax right inside GitHub Actions

🏷️

devdigest.today/goto/5343




Show Original Post


16.02.2026 12:35
robinm (@robinm@fosstodon.org)

Why does #git doesn't track files renames, but recompute them when needed? Here is the original reasonning from Linus Thorvald.

Fair warning, this message was written in 2005 when writting stuff in a friendly manner was not Linus strong suite!

lore.kernel.org/git/Pine.LNX.4




Show Original Post


16.02.2026 12:05
taschenorakel (@taschenorakel@mastodon.green)

How to name your alias for "git log --oneline"?

This obviously is "git lol", not?

Well, guess I am late to the party.

#git #aliases #fun




Show Original Post


1 ...81 82 83 84 85 86 87 88 89 90 91 ...347
UP