This commit is contained in:
Grace Yoder 2026-06-02 09:14:36 -06:00
parent 9af24b9941
commit 933c75adba
2 changed files with 22 additions and 0 deletions

17
jj/.config/jj/config.toml Normal file
View file

@ -0,0 +1,17 @@
[user]
name = "Grace Yoder"
email = "grace_yoder@outlook.com"
[signing]
sign-all = true
backend = "ssh"
key = "~/.ssh/id_ed25519"
[remotes.origin]
auto-track-bookmarks = "*"
[remotes.github]
auto-track-bookmarks = "*"
[aliases]
tug = ["bookmark", "advance"]