This commit is contained in:
Tao Tien 2025-02-27 00:23:32 -08:00
parent 83621c55db
commit 4b71f83dd2
3 changed files with 27 additions and 78 deletions

View file

@ -31,7 +31,7 @@ alias jp = jj git push
alias js = jj status
alias jw = jj workspace update-stale
def jm [] {
jj bookmark set main
def jm [...rest] {
jj bookmark set main ...$rest
jj git push
}