Update gitconfig for Linux

In the future, this will be decoupled to be distro-based setup,
probably.

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-09-05 22:21:31 +08:00
parent bad5767647
commit 582b681ee9
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,7 @@
email = andreijiroh@madebythepins.tk
name = Andrei Jiroh Eugenio Halili
signingkey = A30EBE40AD856D88
editor = code --wait
#editor = code --wait
[merge]
tool = vscode
[mergetool "vscode"]
@ -15,7 +14,6 @@
tool = vscode
[difftool "vscode"]
cmd = code --wait --diff $LOCAL $REMOTE
[commit]
gpgsign = true
@ -34,7 +32,7 @@
[url "git@bitbucket.org:"]
insteadOf = https://bitbucket.org/
[init]
defaultBranch = main
defaultBranch = main
# aliases
[alias]