dot_config/.gitconfig

29 lines
697 B
INI
Raw Normal View History

2020-05-17 00:05:00 -04:00
[user]
email = paul@hptrow.me
name = Paul Trowbridge
[core]
2023-04-11 11:36:20 -04:00
autocrlf = input
2020-05-17 00:05:00 -04:00
editor = vim
[push]
default = simple
[alias]
pushall = !git remote | xargs -L1 git push --all
2020-05-17 00:05:00 -04:00
[log]
date = format:%Y-%m-%d %H:%M:%S
2020-05-17 00:05:00 -04:00
[format]
pretty = format:'%C(yellow)%h %Cred%ad %Cblue%an %Cgreen%d %Creset%s'
[diff]
tool = vimdiff
2023-03-24 21:00:12 -04:00
[safe]
directory = /var/www/kimai2
directory = /var/www/html/resume/
directory = /var/www/html/resume
2023-04-04 10:32:58 -04:00
directory = /opt/forecast_api/
directory = /opt/forecast_api
directory = /etc/postgresql/15/main/
directory = /etc/postgresql/15/main
2023-05-08 10:34:10 -04:00
directory = /storage/emulated/0/Documents/journal
directory = /storage/emulated/0/Documents/hc_notes
2023-03-24 21:00:12 -04:00
[pull]
rebase = false