Note to future self: when you want git to tell you all the files you've modified, but not those you've deleted (e.g. to pipe through xargs and feed to your linter for bulk-linting), the command you're looking for is -

git diff --name-only --diff-filter=M

#note #git #sourceControl #bash #linux

Via: đź”— https://danq.me/2025/06/14/git-diff-name-only-diff-filterm/

git diff –name-only –diff-filter=M

Note to future self: when you want git to tell you all the files you've modified, but not those you've deleted (e.g. to pipe through xargs and feed to your linter for bulk-linting), the command you're looking for is - git diff --name-only --diff-filter=M

Dan Q
Game of Trees 0.113 released

Eskil: A graphical view of file and directory differences

“jj init: What If We Actually Could Replace Git? Jujutsu Might Give Us A Real Shot.” [2024], Chris Krycho (https://v5.chriskrycho.com/essays/jj-init/).

On HN: https://news.ycombinator.com/item?id=39232456

On Lobsters: https://lobste.rs/s/pvvbhm/jj_init

#jj #Jujutsu #Git #VCS #VersionControl #SourceControl #UX

jj init — Sympolymathesy, by Chris Krycho

Jujutsu (`jj`) is a new version control system from a software developer at Google. I have been using it full time for 6 months. Here’s why you should switch, too.

Was reminded of 👆🏽 while reading 👇🏽:

“What I’ve Learned From jj”, Nathan Witmer (https://zerowidth.com/2025/what-ive-learned-from-jj/).

Via Lobsters: https://lobste.rs/s/ljtwfv/what_i_ve_learned_from_jj

On HN: https://news.ycombinator.com/item?id=43867403

#Jujutsu #jj #Git #VCS #VersionControl #SourceControl #UX

What I've learned from jj

How Jujutsu's flexibility and safety changed my approach to version control

Introduction - Steve's Jujutsu Tutorial

Nebraska.Code 2025 hosted on Whova

July 23 – 25, 2025, Lincoln, NE

Game of Trees 0.111 released

Any alternative recommendations for free Git hosting? Does Github still work with ICE? Is GitLab any better? Am I asking too much and should just self-host? Is it feasible to stand up a git server at home and expose it to the outside world if I don't have a static ip address? What's the airspeed velocity of an unladen swallow?

#git #sourcecontrol

Boost your GitHub productivity with Visual Studio's new multi-account support. buff.ly/OzS3b6h #visualstudio #github #productivity #sourcecontrol #vs2022

Boost your GitHub productivity...
Boost your GitHub productivity with our new multi-account support! - Visual Studio Blog

Discover how Visual Studio 2022 now allows you to add and manage multiple GitHub accounts seamlessly, making your workflow more efficient and hassle-free.

Visual Studio Blog