Update .gitconfig

This commit is contained in:
2026-08-29 20:43:02 +01:00
parent 5458990f6f
commit edd0b1c977
+24 -24
View File
@@ -1,36 +1,36 @@
[user] [user]
name = Billy-George Price-Sprackland name = Billy-George Price-Sprackland
email = me@billygeorge.me email = me@billygeorge.me
[core] [core]
editor = vi editor = vi
excludesfile = ~/.gitignore excludesfile = ~/.gitignore
autocrlf = input autocrlf = input
[color] [color]
branch = auto branch = auto
diff = auto diff = auto
interactive = auto interactive = auto
status = auto status = auto
[init] [init]
defaultBranch = master defaultBranch = master
[web] [web]
browser = firefox browser = firefox
[credential] [credential]
helper = osxkeychain helper = osxkeychain
[push] [push]
default = simple default = simple
[merge] [merge]
tool = kdiff3 tool = kdiff3
[difftool] [difftool]
prompt = false prompt = false
[alias] [alias]
c = commit c = commit
ca = commit -a ca = commit -a
cm = commit -m cm = commit -m
cam = commit -am cam = commit -am
d = diff d = diff
dc = diff --cached 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 l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit
[pull] [pull]
rebase = true rebase = true
[url "ssh://git@git.billygeorge.net:2222/"] [url "ssh://git@git.billygeorge.net:2222/"]
insteadOf = https://git.billygeorge.net/ insteadOf = https://git.billygeorge.net/