Skip to content

Instantly share code, notes, and snippets.

@malikbenkirane
Last active June 3, 2026 07:55
Show Gist options
  • Select an option

  • Save malikbenkirane/01cc16a9e195df42ba03fbe3b92063e2 to your computer and use it in GitHub Desktop.

Select an option

Save malikbenkirane/01cc16a9e195df42ba03fbe3b92063e2 to your computer and use it in GitHub Desktop.
~/.config/jj
[ui]
paginate = "never"
default-command = ['log', '-n', '4']
[git]
subprocess = true
[aliases]
pt = ["git", "push", "--tracked"]
ft = ["git", "fetch", "--tracked"]
n = ["log", "-n"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment