tangled
alpha
login
or
join now
bitquabit.com
/
dotfiles
0
fork
atom
My dotfiles
0
fork
atom
overview
issues
pulls
pipelines
jj: tweak aliases
bitquabit.com
7 months ago
de798f48
01404608
verified
This commit was signed with the committer's
known signature
.
bitquabit.com
SSH Key Fingerprint:
SHA256:cKs0OrtrIm7mh+qos4S/TAlJ5ECS///DVwBrlMzguOM=
+1
-1
1 changed file
expand all
collapse all
unified
split
jj
conf.d
default.toml
+1
-1
jj/conf.d/default.toml
···
23
23
nt = ["new", "trunk()"]
24
24
rb = ["rebase", "-d", "trunk()"]
25
25
rba = ["rebase", "-s", "roots(trunk()..(bookmarks() & mine()))", "-d", "trunk()"]
26
26
+
sp = ["show", "@-"]
26
27
tug = ["bookmark", "move", "--from", "closest_bookmark(@-)", "--to", "@-"]
27
27
-
out = ["log", "-r", "trunk().."]
28
28
wn = ["log", "-r", "@..trunk()"]
29
29
30
30
[colors]