tag: pijul (5)
- Understanding Pijul file graphs and change files 2023-10-19
-
Pijul represents files internally as a graph, but how does it actually work?
- Pijul notes 2023-06-02
-
Not so much a blog post, than a collection of knowledge tidbits for easy reference.
- A note on hashes 2022-08-23
-
Quick note on hashes in Pijul.
- Change files 2022-08-20
-
When you create a new Pijul repository, a
.pijul
folder is created with two subfolders: “change” and “pristine”. Here we will look into the structure of the change directory and change files. - Good merge, bad merge 2022-08-04
-
Some time ago, I got excited about a new VCS called Pijulhttps://pijul.org/ whose distinctive feature is that it's based on a theoretical foundation around patches.