update jj and fish for modern
This commit is contained in:
parent
406f904367
commit
fc8a72ebaf
3 changed files with 19 additions and 18 deletions
|
|
@ -19,7 +19,6 @@ log = "nearby(8) | @..main@origin | main@origin::@ | @:: | visible_heads() ~ boo
|
|||
"diff token" = { underline = false }
|
||||
|
||||
[git]
|
||||
subprocess = true
|
||||
push-bookmark-prefix = "barakmich/"
|
||||
push-new-bookmarks = true
|
||||
# Prevent pushing work in progress or anything explicitly labeled "private"
|
||||
|
|
@ -28,6 +27,8 @@ private-commits = "description(glob:'wip:*') | description(glob:'private:*') | d
|
|||
[aliases]
|
||||
bm = ["bookmark", "move", "--to"]
|
||||
"bm." = ["bookmark", "move", "--to", "@"]
|
||||
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
||||
"tug." = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@"]
|
||||
pull = ["git", "fetch"]
|
||||
fetch = ["git", "fetch"]
|
||||
push = ["git", "push"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue