Something I missed / overlooked previously. The instructions to easily mirror your Github repos to #Codeberg
Thanks for the tip by @jwildeboer
https://codeberg.org/Recommendations/Mirror_to_Codeberg#github-mirror

Something I missed / overlooked previously. The instructions to easily mirror your Github repos to #Codeberg
Thanks for the tip by @jwildeboer
https://codeberg.org/Recommendations/Mirror_to_Codeberg#github-mirror
Today's been one of those days where I wish we were using anything other than #perforce for version control. This thing is broken beyond belief. Working on several changelists? Sure, but don't create new files, shelving them and reverting the changelist doesn't remove the newly added file from the filesystem. Which breaks #ceedling's automatic test discovery. The work around is to rename the test_* file with some other prefix manually. It sucks.
#versioncontrol
Can I have some recommendations for the privacy respecting web-based platform for version control and repository management? Ditching Github once for all
The Evolution of Git: How Linus Torvalds Revolutionized Version Control in Just 10 Days
Git has become the cornerstone of modern software development, but its inception was a swift response to urgency. Linus Torvalds created Git in just 10 days, never anticipating its monumental impact o...
Nous aurons le plaisir d’accueillir Maëlle Salmon @maelle, Research Software Engineer, qui partagera son expertise sur Git.
Vendredi 11 avril à 12H CEST
#Zoom
Plus de détails et RSVP : https://www.meetup.com/rladies-paris/events/307063402/
#RStatsFr #RStats #RLadies #VersionControl #Git @RLadiesGlobal
jj (aka jujutsu), the git-compatible version control system, just released version 0.27.0.
The package for @opensuse was adapted, tested and worked out fine. Will soon be available in #Tumbleweed!
For starters, I can highly recommend Steve Klabnik's tutorial:
https://steveklabnik.github.io/jujutsu-tutorial/
How I spent the last couple of weeks (part 10? 11?):
I used jj aka jujutsu a lot. Basically I use it for all of my repos that do NOT have git submodules.
I really like the workflow, although my muscle memory leads me to type git commands sometimes. And I need to come up with a set of aliases like have for git. "g" for "git status", "gp" for "git push", that kinda thing.
I am looking forward to the further developement of jujutsu and can hardly wait until it includes submodule support!
Unlocking Git's Hidden Power: Mastering the range-diff Command
In the world of software development, understanding version control is crucial, and Git's range-diff command is a lesser-known gem that can significantly enhance your code review process. This article...
https://news.lavx.hu/article/unlocking-git-s-hidden-power-mastering-the-range-diff-command
Revolutionizing Git Workflows: The Launch of GitSyncPad
Introducing GitSyncPad, a groundbreaking micro keypad that streamlines Git version control with the press of a button. This innovative device promises to enhance productivity for developers by simplif...
https://news.lavx.hu/article/revolutionizing-git-workflows-the-launch-of-gitsyncpad
Unlocking Git: Essential Configurations from Core Developers
Discover the hidden gems of Git configuration that even core developers swear by. From better diff algorithms to improved branch sorting, these settings can enhance your development workflow significa...
https://news.lavx.hu/article/unlocking-git-essential-configurations-from-core-developers
Preparing the feedback cards (with additional information about the content of the workshop) for our upcoming @thecarpentries - workshop about #git in Berlin. We still have open seats for any one interested in #versioncontrol https://m.politze.net/2025-02-17-rdade/
The workshop is organized by @RDA_Association Deutschland and conducted by @dkz2r
What if the classic residential environment of Medley Interlisp met the modern file based Git? The GITFNS tools are a step at bridging these worlds.
Here the PRC command (PR Comparison) shows in side by side windows the diffs of a Lisp function between two branches of Medley's repo. The smaller window at left is a list of PRs. More details in the GITFNS documentation:
https://files.interlisp.org/medley/lispusers/GITFNS.TEDIT.pdf
Has someone attempted to build a #CodeReview tool that relies more on #git itself like using git notes and git trailers and such?
Unlocking the Power of Jujutsu: A Deep Dive into a New Version Control System
Discover the innovative features of Jujutsu, a modern version control system that promises to enhance your development workflow. In this article, we explore its unique stacked diffs approach, installa...