Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x src/
-rw-r--r-- .ignore
-rw-r--r-- Cargo.lock
-rw-r--r-- Cargo.toml
-rw-r--r-- README.md
-rw-r--r-- shell.nix
README

Converter from Git to Pijul

Just apply it like so:

mkdir repo
cd repo
git init
echo a > a
git commit -a -m "test"
cd ..

git-pijul repo