Update .gitconfig
This commit is contained in:
+24
-24
@@ -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/
|
||||||
Reference in New Issue
Block a user