Bump git config.

This commit is contained in:
Julien Palard 2022-11-04 15:51:17 +01:00
parent ad40c3d127
commit f27517af72
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 17 additions and 0 deletions

View File

@ -1,10 +1,17 @@
[core]
editor = emacsclient
[user]
name = Julien Palard
email = julien@palard.fr
signingkey = 0x46EBCD72F08E6717
[push]
default = current
[commit]
gpgsign = true
[alias]
ap = add -p
b = branch
@ -16,3 +23,13 @@
pull-request = !sh -c \"git fetch upstream pull/${1}/head:pr_${1} && git worktree add ../$(basename $(git rev-parse --show-toplevel))-pr-${1} pr_${1}\"
remote-gh = "!f() { git remote add $1 https://github.com/$1/$(basename $(pwd))/; git fetch $1; }; f"
st = status -s
[init]
defaultBranch = main
[merge]
conflictstyle = diff3
[merge "po3way"]
name = po file merge driver
driver = po3way --debug --git-merge-driver -- %A %O %B