this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[jj] hide the output from the pre-rebase check

+1 -1
+1 -1
private_dot_config/private_jj/config.toml
··· 24 24 # update from remote and rebase onto the latest 25 25 closest="$(jj log -r 'closest_bookmark(@)' -n 1 -T 'bookmarks' --no-graph | cut -d ' ' -f 1)" 26 26 jj git fetch 27 - jj log -n 1 -r "${closest%\\*}" 2> /dev/null && jj rebase -d "${closest%\\*}" || jj rebase -d 'trunk()' 27 + jj log -n 1 -r "${closest%\\*}" 2>&1 > /dev/null && jj rebase -d "${closest%\\*}" || jj rebase -d 'trunk()' 28 28 jj l 29 29 """] 30 30