DRAFTS
This commit is contained in:
parent
9a0be40465
commit
21a14f4aa2
4 changed files with 86 additions and 0 deletions
36
content/blog/jj-main-vcs/index.en.md
Normal file
36
content/blog/jj-main-vcs/index.en.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
title: 'I Use jj as my Main VCS'
|
||||
slug: 'i-use-jj-as-my-main-vcs'
|
||||
date: '2025-07-02T18:04:31+02:00'
|
||||
draft: true
|
||||
categories:
|
||||
- Tooling
|
||||
tags:
|
||||
- jj
|
||||
- git
|
||||
summary: |
|
||||
entrer le résumé
|
||||
description: |
|
||||
entrer la description
|
||||
resources:
|
||||
- src: jj-logo.svg
|
||||
params:
|
||||
legend: jj logo
|
||||
---
|
||||
|
||||
I stumbled upon [jj] sometimes last year but I decided to give it a real go a
|
||||
few month ago. It has already become my main VCS for all my code, even as a
|
||||
replacement of git.
|
||||
|
||||

|
||||
|
||||
does things right:
|
||||
|
||||
- undo that works
|
||||
- versioned working copy (restore a deleted file to a previous version)
|
||||
- jj git fetch removes local branches when the remote is removed
|
||||
- jj log shows what is useful by default without noise
|
||||
- rebase of trees
|
||||
- rebase of multiple branches
|
||||
|
||||
[jj]: https://github.com/jj-vcs/jj
|
Loading…
Add table
Add a link
Reference in a new issue