From edd0b1c977a696a3c0aea1e854af37c848497f67 Mon Sep 17 00:00:00 2001 From: Billy-George Price-Sprackland <1+billy.george@noreply.git.billygeorge.net> Date: Sat, 29 Aug 2026 20:43:02 +0100 Subject: [PATCH] Update .gitconfig --- .gitconfig | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.gitconfig b/.gitconfig index 41bce31..1343c73 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,36 +1,36 @@ [user] - name = Billy-George Price-Sprackland - email = me@billygeorge.me + name = Billy-George Price-Sprackland + email = me@billygeorge.me [core] - editor = vi - excludesfile = ~/.gitignore - autocrlf = input + editor = vi + excludesfile = ~/.gitignore + autocrlf = input [color] - branch = auto - diff = auto - interactive = auto - status = auto + branch = auto + diff = auto + interactive = auto + status = auto [init] - defaultBranch = master + defaultBranch = master [web] - browser = firefox + browser = firefox [credential] - helper = osxkeychain + helper = osxkeychain [push] - default = simple + default = simple [merge] - tool = kdiff3 + tool = kdiff3 [difftool] - prompt = false + prompt = false [alias] - c = commit - ca = commit -a - cm = commit -m - cam = commit -am - d = diff - dc = diff --cached - l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit + c = commit + ca = commit -a + cm = commit -m + cam = commit -am + d = diff + dc = diff --cached + l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit [pull] - rebase = true + rebase = true [url "ssh://git@git.billygeorge.net:2222/"] - insteadOf = https://git.billygeorge.net/ + insteadOf = https://git.billygeorge.net/ \ No newline at end of file