Explaining git exclude and how it differs from git ignore.| marijkeluttekes.dev
Comments| Lobsters
A Jujutsu tutorial that requires no previous experience with Git or other version control systems.| jj-for-everyone.github.io
VALDOSTA - Valdosta City Schools was awarded the first-ever 21st Century Community Learning Center grant totaling $3.5 million. The post VCS awarded 21st CCLC grant for $3.5M for afterschool programs appeared first on Valdosta Today.| Valdosta Today
VALDOSTA - Valdosta City Schools Communications Specialist Candacey Griffin was recently named July Coin of Victory recipient. The post VCS Communications Specialists named July Coin of Victory recipient appeared first on Valdosta Today.| Valdosta Today
Fake Git hooks in jj using pre-commit and aliases.| Signals & Pixels
Understanding Jujutsu bookmarks| neugierig.org
Seeing this reminded me of how much I like jj absorb. It's a powerful command, and one of those features of jj that can put a smile on your face when you see it in action. If you've ever made multiple fixes in your working directory and wished you...| www.pauladamsmith.com
Insights, updates, and technical deep dives on building a high-performance financial transactions database.| tigerbeetle.com
git.vger.kernel.org archive mirror| lore.kernel.org
Nesting Git Repositories| nixpulvis.com
Every once in a while, we all feel the need to modify something that someone else built.| natkr.com
The interactive rebase feature of Git is one of my favorites. I love being able to squash multiple commits into one commit or re-order my commits for clarity. My one complaint is the Git interactive rebase commit order is wrong (at least for the way my brain works).| Sal Ferrarello
Look around you. Do you feel like maybe it would be nice to be able to have relational databases in your nice safe DVCS? What about streaming releases? What about coders who might be scared about s…| Heidi Waterhouse
tangled's new CI runner is now generally available| blog.tangled.sh
Jujutsu is a new version control system which is rapidly gaining momentum. It works with Git remotes (and wraps Git internally for object storage, at least for now). This change adds an RBTools client for Jujutsu.| reviews.reviewboard.org
Jujutsu For Busy Devs, Part 2: "How Do I...?"| maddie.wtf
Add a moving watermark graphic to your Daily live streaming or cloud recording with Daily VCS| Daily API: Developer Tips to Build Real-time Voice, Video, and AI into Apps
VCS technical lead Pauli Olavi Ojala discusses how Daily's Video Component System (VCS) lets developers build animated graphics, custom layouts, and event-driven components into multi-party live streams and recorded content.| Daily API: Developer Tips to Build Real-time Voice, Video, and AI into Apps
Embed dynamic web content into live streams and recordings built with Daily| Daily API: Developer Tips to Build Real-time Voice, Video, and AI into Apps
Jujutsu For Busy Devs| maddie.wtf
Forgejo v12.0 was released on 17 July 2025. You will find a short selection of the changes it introduces below and a complete list in the release notes.| forgejo.org
How to lovingly handcraft your own git repositories| drew.silcock.dev
Learn how to harness the power of Vim Fugitive to efficiently stage, diff, commit, and resolve conflicts in Git repositories.| dzx.fr
tl;dr: On Unix-like platforms, if you use git clone --recursive on an| dgl.cx
Message-ID: <aG1O2hp7Yh4/dmt4@nand.local>| www.openwall.com
I started this post by writing that this was going to be a| srazkvt.codeberg.page
My personal blog| pksunkara.com
An easy to use, distributed and fast version control system.| pijul.org
tangled now supports jujutsu change-ids!| blog.tangled.sh
a static site {for, by, about} me| oppi.li
So! Suppose you’re an intrepid engineer in a nascent Developer Productivity| misguided thoughts
Veritas Cluster Server upgrade can be done smoothly by using the Install Bundles feature. This installer allows you to perform the upgrade directly to a base, maintenance, patch level or … The post How to Upgrade VCS from 7.4.2 to 8.0 in RHEL first appeared on 2DayGeek.| 2DayGeek
We’ve written several articles in the past to find LUN ID mapped to Block device/disk, but when you’re managing a VCS cluster there are some situations where you might want … The post How to find SAN LUN Mapped to VxVM Disk in Linux first appeared on 2DayGeek.| 2DayGeek
In this tutorial, we’ll show you how to increase VxVM Volume and VxFS Filesystem by adding a new disk in the Disk Group (DG) on Linux with few simple steps.| 2DayGeek
Chat with your code. Contribute to tursomari/machtiani development by creating an account on GitHub.| GitHub
How Jujutsu's flexibility and safety changed my approach to version control.| zerowidth positive lookahead
a static site {for, by, about} me| oppi.li
In this episode of VOICES to Hear, Maike and Sophia chat with Aleksandra Isajlovska, the inspiring mind and driving hand behind the crochet business @pixiechrochetskopje. The two volunteers discuss…| VOICES
Teksa shkruaj këtë artikull, kam 8 muaj që jetoj në Shkup, Maqedoni. Gjatë kësaj kohe, fillova të mendoja se si përfundova duke lëvizur jashtë vendit vetëm pa njohur askënd… Më bëri të pyesja…| VOICES
TL;DR My dotfiles are checked into a git repo I want to avoid checking in sensitive, work-specific config to a public git repo I updated my git and emacs configs to check for local overrides in ~/.local Like many folks, I check my dotfiles into a git repo to share them across multiple machines. When I set up a new machine I can simply clone that repo, run an install script that adds some symlinks, and get to work with my happy personalized config.| www.emoses.org
git.vger.kernel.org archive mirror| lore.kernel.org
NIKA:\git-revise\> _| mystor.github.io
Introducing Butler Review, a new commit-based, chat centered code review tool, now in beta.| GitButler
Git's new bundle-uri could help significantly speed up clones, but what bugs lurk within?| GitButler
a git collaboration platform, built on atproto| blog.tangled.sh
Jujutsu is a relatively new version control system that is designed around working directly with commit-like objects called “changes”1. Each change has an ID, and these IDs are important because they’re the main way of referring to different changes2. To make referencing these IDs a bit easier, Jujutsu often shows ID prefixes rather than the whole ID when displaying commits (such as in the jj log command). This is similar to how Git can show an abbreviated commit hash, (typically 7-8 ch...| jonathan-frere.com
Thoughts on the modern fansub workflow, mainly the transition to git and Subkt, and why they haven't worked out well| redvice.org
What `git config` settings should be defaults by now? Here are some settings that even the core developers change.| GitButler
About myself| git-repo: a git wrapper from Alibaba
I’m writing this post after having used Jujutsu1 for| blog.alarsyo.net
Jujutsu (jj), a new version control system written in Rust, has popped up on my radar a few times over the past year. Looked interesting based on a cursory look, but being actually pretty satisfied with Git, and not having major problems with it, I haven’t checked it out. That is, until last week, when I finally decided to give it a go! I dived into a couple blog posts for a few of hours, and surprisingly (noting that we’re talking about a VCS) I found myself enjoying it a lot, seeing the...| Kuba Martin
Why does Git's autocorrect wait 0.1s before executing a mistyped command? Let's dig in.| GitButler
A really handy approach for splitting apart changes into multiple branches but working on their combination.| v5.chriskrycho.com
The Jujutsu version control system| neugierig.org
One of the pleasures of working at Mozilla, has been learning and using the Mercurial version control system. Over the past decade, I’ve spent countless hours tinkering my worfklow to be just so. Reading docs and articles, meticulously tweaking settings and even writing an extension. I used to be very passionate about Mercurial. But as time went on, the culture at Mozilla started changing. More and more repos were created in Github, and more and more developers started using git-cinnabar to...| ahal.ca
A concrete example of Git and jujutsu usage compared.| lottia notes
A central feature of Git is the ability to merge the contents of diverging revisions. It underpins not just the git merge command, but also rebase, cherry-pick and revert for instance. Without it, no collaboration would be possible. And it generally works great.| antonin.delpeuch.eu
In this post I discuss how to use the new Git rebasing feature, --update-refs, and how it makes working with stacked branches/PRs easier.| Andrew Lock | .NET Escapades
Forgejo v9.0 was released 16 October 2024. You will find a short selection of the changes it introduces below and a complete list in the release notes.| forgejo.org
Supply chain security rules assume that I ever wanted to be part of your supply chain| Skylar MacDonald
PyUtrecht: Repos are like children, parenting 101 - Bart Dorlandt¶| reinout.vanrees.org
Why some of us like "interdiff" code review systems (not GitHub) - index.md| Gist
Let's create a Git commit using Git's low-level (plumbing) commands| Avestura's Blog
Code discussions contain relevant information. Isn’t it a shame that we keep these in the centralized GitHub/GitLab servers, far away from our decentralized Git code? As soon as we move provider, we’ll lose all old discussions! And how do you ever find the pull requests back from 5 years ago? Symfony has implemented a lightweight solution to this problem years ago using a less-known feature of Git: Git Notes.| Wouter J
How to monitor some metrics directly from your CI, store them in git and add some budget boundaries.| DEV Community
The one where I build it all myself| dbushell.com
Back Up Your Git Repositories to S3 or Any S3-Compatible Storage| mathieularose.com
Introducing the Banner and Sidebar components, the highlight lines data source, and video backgrounds using images or web content| Daily API: Developer Tips to Build Real-time Voice, Video, and AI into Apps
For the first ten years of development, prior to its usage of BitKeeper, the Linux Kernel version control tool of choice had just been Linus himself. The system worked like this: developers would submit tarballs and patches to a handful of Linsus’s trusted lieutenants.| Graphite.dev
A walkthrough of a simple release & CI tracking system I built for keeping track of the various teams I manage at Canonical using a small Go application, Hugo and Github Actions| jnsgr.uk
git clone allows cloning single commits without history| blog.hartwork.org
Debian is running a "vcswatch"| www.df7cb.de
A History of Source Control Management Systems Source Control Management (SCM) Systems, have a long and rich history. As the systems evolved, so have their concepts, use cases and adoption over time. While SCMs are ubiquitous in modern software development, they have been fairly novel in the 80s and 90s, and arguable it took the rise of Git and Github for them to be used nearly everywhere. I want to provide an overview of what I consider the most important and influential systems over time.| experimentalworks.net
Explore the journey of Facebook's transition from Git to Mercurial, uncovering the technical and social dynamics that influenced one of the tech industry's pivotal decisions in source control management. This post delves into the reasons behind Facebook's shift, the challenges of scaling Git, and the pivotal role of community and collaboration in adopting Mercurial| Graphite.dev
How HEAD works in git| Julia Evans
Git: programmatic staging| choly.ca
Since its inception, Forgejo (a self-hosted git forge, like GitHub) has been a soft fork of Gitea. Upgrading to it was - and for the time being, remains to be - as simple as changing the URL from which the release is downloaded. Over time, the way Forgejo is governed and developed evolved. To be able to provide stable, secure, reliable releases, Forgejo requires a reasonable effort made at writing tests for each change that goes into the code. This has worked out remarkably well, as it caught...| forgejo.org
Vanguard was an arcade game developed by "shadow" developer TOSE, and released in Japan by SNK in late 1981 and licensed for North America by Centuri. It was an important intermediate step towards modern side-scrolling shoot-em-ups such as Gradius and R-Type, improving on a genre first formed by William's seminal Defender. | Video Game History 101
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.| v5.chriskrycho.com
Deciphering Glyph, the blog of Glyph Lefkowitz.| blog.glyph.im
Complexities and practical challenges of git commit signing in 2023, highlighting alternatives and future possibilities in code security.| lobi.to
Home| dxuuu.xyz
Confusing git terminology| Julia Evans
What Is It?| fossil-scm.org
Oct 06, 2023 . 8 min | blog.meain.io
I've had the experience of| Mitchell Hashimoto