i use arch btw
0
fork

Configure Feed

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

add private/wip commits and only sign on push

+3 -2
+3 -2
jj/.config/jj/config.toml
··· 30 30 ) 31 31 ''' 32 32 33 - [gg.ui] 34 - recent-workspaces = ["/home/bas/dev/server"] 33 + [git] 34 + private-commits = "description('private:*') | description('wip:*')" 35 + sign-on-push = true