diff options
| author | 2026-02-11 02:38:54 +0000 | |
|---|---|---|
| committer | 2026-02-11 02:38:54 +0000 | |
| commit | ac3dc1dc85eb25c40f3bb4018e021ba3be072823 (patch) | |
| tree | a0469594d0eb368f9656ee313962c161cee9f00d /dot_config/git/config | |
| parent | add foot (diff) | |
| download | dotfiles-ac3dc1dc85eb25c40f3bb4018e021ba3be072823.tar.gz | |
add git
Diffstat (limited to 'dot_config/git/config')
| -rw-r--r-- | dot_config/git/config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dot_config/git/config b/dot_config/git/config new file mode 100644 index 0000000..2dfa735 --- /dev/null +++ b/dot_config/git/config | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | [core] | ||
| 2 | editor = emacsclient --alternate-editor= --reuse-frame | ||
| 3 | [user] | ||
| 4 | name = "Martin Michalec" | ||
| 5 | email = "martin@michalec.dev" | ||
| 6 | signingkey = "EC8B9BEEC52ADE94D44F9F1649D78C69C2FCBB11" | ||
| 7 | [merge] | ||
| 8 | conflictStyle = diff3 | ||
| 9 | [diff] | ||
| 10 | algorithm = histogram | ||
| 11 | [commit] | ||
| 12 | gpgsign = true | ||
| 13 | [sendemail] | ||
| 14 | annotate = true | ||
| 15 | [pull] | ||
| 16 | rebase = true | ||
| 17 | [advice] | ||
| 18 | detachedHead = false | ||
| 19 | [sendemail] | ||
| 20 | sendmailcmd = msmtp --read-envelope-from | ||
