diff --git a/.gitconfig b/.gitconfig index b3626d7..c4de5bc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,31 +1,32 @@ [core] - editor = vim - quotepath = false + editor = vim + quotepath = false [alias] - st = status - latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short)' - lg-nice = log --graph --decorate --pretty=oneline --abbrev-commit - lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit - graph = log --graph -10 --branches --remotes --tags --format=format:'%Cgreen%h %Creset• %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order - precommit = diff --cached --diff-algorithm=minimal -w - branches = branch -a - tags = tag - stashes = stash list - remotes = remote -v update - unstage = reset -q HEAD -- - discard = checkout -- - uncommit = reset --mixed HEAD~ - amend = commit --amend - unmerged = diff --name-only --diff-filter=U - alias = config --get-regexp ^alias\\. + st = status + co = checkout + latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short)' + lg-nice = log --graph --decorate --pretty=oneline --abbrev-commit + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + graph = log --graph -10 --branches --remotes --tags --format=format:'%Cgreen%h %Creset• %<(75,trunc)%s (%cN, %cr) %Cred%d' --date-order + precommit = diff --cached --diff-algorithm=minimal -w + branches = branch -a + tags = tag + stashes = stash list + remotes = remote -v update + unstage = reset -q HEAD -- + discard = checkout -- + uncommit = reset --mixed HEAD~ + amend = commit --amend + unmerged = diff --name-only --diff-filter=U + as = config --get-regexp ^alias\\. [push] - default = simple + default = simple [color] ui = true [user] - name = chawley (derry) + name = chawley email = chawley@planethawleywood.com [color "diff"]