LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-tag

manages tags in a Jujutsu repository

TLDR

List all tags
$ jj tag list
copy
Create a tag
$ jj tag set [tagname]
copy
Delete a tag
$ jj tag delete [tagname]
copy

SYNOPSIS

jj tag subcommand [options]

DESCRIPTION

jj tag manages tags in a Jujutsu repository. Tags are lightweight references pointing to specific commits, useful for marking releases or important points in history. Unlike bookmarks, tags don't move.

PARAMETERS

list [pattern]

List tags, optionally filtered.
set name
Create or update a tag.
delete name
Delete a tag.

INSTALL

sudo pacman -S jujutsu
copy
sudo apk add jujutsu
copy
sudo zypper install jujutsu
copy
brew install jujutsu
copy
nix profile install nixpkgs#jujutsu
copy

SEE ALSO

jj(1), jj-bookmark(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid