Skip to content

Commit

Permalink
Split into jj pl[b/t]
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Jan 23, 2025
1 parent 96f9404 commit 55f0749
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion home/vcs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,22 @@ in
"-r"
"(trunk()..@)::"
];
"pl" = [
"plb" = [
"bookmark"
"move"
"--from"
"heads(::@- & bookmarks()) ~ trunk()"
"--to"
"@-"
];
"plt" = [
"bookmark"
"move"
"--from"
"trunk()"
"--to"
"@-"
];
"ps" = [
"git"
"push"
Expand Down

0 comments on commit 55f0749

Please sign in to comment.