1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

🎨 more cleanup

This commit is contained in:
2021-03-23 10:07:57 -04:00
parent 5953542014
commit 38b8ffac14
16 changed files with 3098 additions and 360 deletions

View File

@@ -12,10 +12,19 @@
[init]
defaultBranch = main
[push]
default = current
default = tracking
gpgSign = if-asked
[pull]
rebase = true
[commit]
gpgsign = true
[rebase]
autoSquash = true
autoStash = true
[diff]
tool = default-difftool
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
[alias]
undo = reset --soft HEAD~1
pom = push origin main
@@ -27,14 +36,8 @@
aliases = config --get-regexp alias
contributors = shortlog --summary --numbered
new = !git init && git symbolic-ref HEAD refs/heads/main
[diff]
tool = default-difftool
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
[credential]
helper = osxkeychain
[commit]
gpgsign = true
[gpg]
program = /usr/local/MacGPG2/bin/gpg
[github]
@@ -48,3 +51,5 @@
required = true
[mergetool]
keepBackup = true
[color]
ui = auto