From 01204fff758637398ce3a9d2b6ca20038016e45b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 6 Mar 2023 11:12:20 -0500 Subject: Rearrange for better usage with GNU stow --- .gitconfig | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .gitconfig (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index c35f941..0000000 --- a/.gitconfig +++ /dev/null @@ -1,28 +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 -[init] - defaultBranch = main -- cgit v1.2.3