jj-sync
This commit is contained in:
parent
cd5c7c3248
commit
fb3750706d
1 changed files with 5 additions and 0 deletions
5
.config/fish/functions/jj-sync.fish
Normal file
5
.config/fish/functions/jj-sync.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
function jj-sync
|
||||
jj git fetch
|
||||
jj rebase -b 'all:bookmarks() & mine() ~ trunk()' -d 'trunk()' --skip-emptied
|
||||
jj git push --tracked
|
||||
end
|
Loading…
Reference in a new issue