You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
811 B
37 lines
811 B
[user] |
|
email = solitudesf@protonmail.com |
|
name = SolitudeSF |
|
signingkey = 789B06817C385387 |
|
[alias] |
|
tags = tag -l |
|
branches = branch -a |
|
diffdir = difftool --dir-diff |
|
alias = !fugitive alias |
|
changelog = !fugitive changelog |
|
lock = !fugitive lock |
|
mirror = !fugitive mirror |
|
open = !fugitive open |
|
release = !fugitive release |
|
scrap = !fugitive scrap |
|
summary = !fugitive summary |
|
undo = !fugitive undo |
|
unlock = !fugitive unlock |
|
unstage = !fugitive unstage |
|
profile = !fugitive profile |
|
get = !fugitive mirror |
|
[commit] |
|
gpgsign = true |
|
[gpg] |
|
program = gpg2 |
|
[credential] |
|
helper = store |
|
[diff] |
|
tool = kitty |
|
guitool = kitty.gui |
|
[difftool] |
|
prompt = false |
|
trustExitCode = true |
|
[difftool "kitty"] |
|
cmd = kitty +kitten diff $LOCAL $REMOTE |
|
[difftool "kitty.gui"] |
|
cmd = kitty kitty +kitten diff $LOCAL $REMOTE
|
|
|