change formatting

This commit is contained in:
David Todd 2019-05-24 12:59:58 -05:00
parent 6a36ab460e
commit e4c4c3703e

View File

@ -1,51 +1,47 @@
[core] [core]
excludesfile = ~/.gitignore excludesfile = ~/.gitignore
editor = vim editor = vim
whitespace = trailing-space,space-before-tab whitespace = trailing-space,space-before-tab
autocrlf = false autocrlf = false
safecrlf = true safecrlf = true
preloadindex = 1 preloadindex = 1
pager=less -R pager = less -R
[apply] [apply]
whitespace = fix whitespace = fix
[color] [color]
ui = auto ui = auto
interactive = true interactive = true
status = true status = true
branch = true branch = true
diff = true diff = true
[push] [push]
default = tracking default = tracking
[alias] [alias]
lol = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit lol = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
st = status -sb st = status -sb
lerl = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit lerl = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
changelog = log --graph --pretty=format:'[%h] -%d %s (%cr) (%an)' --abbrev-commit --no-merges changelog = log --graph --pretty=format:'[%h] -%d %s (%cr) (%an)' --abbrev-commit --no-merges
df = diff df = diff
rpull = pull --rebase --stat rpull = pull --rebase --stat
pullr = pull --rebase pullr = pull --rebase
unstage = reset unstage = reset
dfc = diff --cached dfc = diff --cached
mergemaster = mergetool mergemaster = mergetool
ci = commit -v ci = commit -v
push-with-tags = "!git push && git push --tags" push-with-tags = !git push && git push --tags
pull-with-submodules = "!git pull && git submodule update --init" pull-with-submodules = !git pull && git submodule update --init
rpull-with-submodules = "!git pull --rebase --stat && git submodule update --init" rpull-with-submodules = !git pull --rebase --stat && git submodule update --init
[merge] [merge]
tool = vimdiff tool = vimdiff
[mergetool "fugitive"] [mergetool "fugitive"]
cmd =fugitive vim -f -c \"Gdiff\" \"$MERGED\" cmd = fugitive vim -f -c \"Gdiff\" \"$MERGED\"
[user] [user]
email = dtodd@oceantech.com email = dtodd@oceantech.com
name = David Todd name = David Todd
[include] [include]
path = ~/.githubtokens path = ~/.githubtokens
path = ~/.dotoverrides/gitconfig path = ~/.dotoverrides/gitconfig
[diff]
guitool = kdiff3
[difftool "kdiff3"]
path = /usr/bin/kdiff3