tip for running 2 servers during maintenance use: git worktree
https://git-scm.com/docs/git-worktree
Discussions: https://discu.eu/q/https://git-scm.com/docs/git-worktree
tip for running 2 servers during maintenance use: git worktree
https://git-scm.com/docs/git-worktree
Discussions: https://discu.eu/q/https://git-scm.com/docs/git-worktree
DOGE collaborators: Some founders and VCs in the tech industry working with Musk, Trump, and the effort to chainsaw the US government
https://techcrunch.com/2025/03/26/19-founders-and-vcs-working-with-elon-musks-doge/
#techindustry #politics #elonmusk #pmarca #trump #doge #vcs #-
Custom VC-Focused Emacs Functions to Enhance My Git Workflow https://lobste.rs/s/kcnb6n #emacs #vcs
https://www.rahuljuliato.com/posts/vc-git-functions
Is developing #Breezy (aka new generation of #Bazaar) on https://github.com/breezy-team/breezy final admission of the death of the project?
What's the best way of vendoring a couple hundred gigabytes spread across millions of small files into git? I would need these files mounted with VFS not to pull in the whole thing in CI.
LFS isn't good enough as it breaks down at over a million files in my experience.
I am used to closed solutions for doing that at work, but now I need something publicly available for my own side projects.
Git 2.49 Released With Faster Packing, Rust Foreign Language Interface
https://www.phoronix.com/news/Git-2.49-Released
Discussions: https://discu.eu/q/https://www.phoronix.com/news/Git-2.49-Released
What’s the best git tutorial? https://lobste.rs/s/wsw3ue #ask #vcs
Git 2.49 released with faster packing, Rust foreign language interface https://lobste.rs/s/cpphd3 #release #rust #vcs
https://www.phoronix.com/news/Git-2.49-Released
Been fiddling with Jujutsu VCS and the simple adjustment of having to describe my change/commit *before* I start changing files is profound.
CC @cafkafk
surprise, surprise: Trump gave #DavidSacks (pro #Putin, anti-#Ukraine All In Podcast broligarch and America's "crypto & AI czar") a waiver on any and all financial conflicts of interest that could result from Sacks using taxpayer money to enrich himself by investing in his crypto & AI scams.
(i will note that Sacks claims to have divested himself of his crypto investments but i find it impossible to believe he isn't at least indirectly financially exposed to the crypto market)
Remember, it was Sacks who helped propose the #StrategicCryptoReserve which proposed that US taxpayers invest in the same 5 cryptocurrencies held by Sacks's company #Bitwise.
https://www.levernews.com/trump-issues-ethics-waiver-for-his-ai-crypto-czar/
Can we communally deprecate git checkout? https://lobste.rs/s/ozgd5s #rant #vcs
https://mirawelner.com/posts/checkout.html
I have written a blog post showing how I handle this.
https://danielrotter.at/2025/03/05/automatically-generate-changelogs-with-git.html
Xit devlog - optional patches, force push, symlinks https://lobste.rs/s/sd8mtf #vcs
https://radarroark.github.io/xit/devlog-optional-patches.html
I have a bare #git repo locally, on disk. Can I push/mirror it somewhere non-local using "git push", but without cloning it first? #vcs #versioncontrol