diff options
Diffstat (limited to 'git/.gitconfig')
| -rw-r--r-- | git/.gitconfig | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/git/.gitconfig b/git/.gitconfig deleted file mode 100644 index 0e9b0bb..0000000 --- a/git/.gitconfig +++ /dev/null @@ -1,35 +0,0 @@ -[user] - name = Santo Cariotti - email = santo@dcariotti.me - signingkey = C9B7C8FD3701C2C6 -[alias] - ci = commit - co = checkout - logs = log --graph --branches --remotes --tags --pretty=format':%C(yellow)%h%C(green)%d%Creset %s %C(yellow)|%Creset %C(cyan)%an <%ae> %C(yellow)| %C(white)%aD %C(red)(%ar)%Creset' - st = status - fd = "!f() { git log --grep=$1; }; f" - amend = commit --amend -[credential] - helper = store -[core] - editor = nvim - pager = delta -[init] - defaultBranch = main -[grep] - lineNumber = true -[color "grep"] - lineNumber = yellow - match = red bold - filename = cyan -[merge] - tool = vimdiff - conflictstyle = diff3 -[mergetool] - prompt = false -[interactive] - diffFilter = delta --color-only -[delta] - features = side-by-side line-numbers decorations -[pull] - rebase = false |