25 lines
518 B
INI
25 lines
518 B
INI
[user]
|
|
email = paul@hptrow.me
|
|
name = Paul Trowbridge
|
|
[core]
|
|
autocrlf = true
|
|
editor = vim
|
|
[push]
|
|
default = simple
|
|
[alias]
|
|
pushall = !git remote | xargs -L1 git push --all
|
|
[log]
|
|
date = format:%Y-%m-%d %H:%M:%S
|
|
[format]
|
|
pretty = format:'%C(yellow)%h %Cred%ad %Cblue%an %Cgreen%d %Creset%s'
|
|
[diff]
|
|
tool = vimdiff
|
|
[safe]
|
|
directory = /var/www/kimai2
|
|
directory = /var/www/html/resume/
|
|
directory = /var/www/html/resume
|
|
directory = /opt/forecast_api/
|
|
directory = /opt/forecast_api
|
|
[pull]
|
|
rebase = false
|