diff options
author | Matt Turner <mattst88@gmail.com> | 2024-05-24 23:48:49 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-05-25 00:03:44 -0400 |
commit | a2ad4533333247ed76654211d52c2aef1b9ab423 (patch) | |
tree | ef87146e2ea245c108754d3fc8e2d57eebfe7b9e /git/.gitconfig | |
parent | 8c5e5c5415b986dfb107e18ef2f0a56f6badd589 (diff) |
git: Move to ~/.config/
Diffstat (limited to 'git/.gitconfig')
-rw-r--r-- | git/.gitconfig | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/git/.gitconfig b/git/.gitconfig deleted file mode 100644 index 260be78..0000000 --- a/git/.gitconfig +++ /dev/null @@ -1,37 +0,0 @@ -[user] - email = mattst88@gmail.com - name = Matt Turner - signingkey = 0xACEB29740C9A4E97! -[includeIf "gitdir:~/projects/gentoo/"] - path = ~/projects/gentoo/.gitconfig -[color] - ui = auto -[rebase] - autosquash = true -[core] - excludesfile = /home/mattst88/.global_ignore - autocrlf = false - filemode = false - pager = less -+F -[diff] - renames = true -[push] - default = simple -[alias] - fixes = show -s --pretty='format:Fixes: %h (\"%s\")' - co = checkout - br = branch - shwo = show - grpe = grep - lgo = log - last-commit-to = log -n 1 --pretty=format:%H -[init] - defaultBranch = main -[fixup] - menu = fzf --height '60%' \ - --bind 'tab:toggle-preview' \ - --bind 'space:preview-page-down' \ - --preview 'git show --color {+1}' \ - --preview-window=up:80% \ - --preview-window cycle \ - --prompt 'Select commit: ' |