dot/.gitconfig

23 lines
669 B
INI
Raw Normal View History

2017-02-13 20:25:22 +01:00
[user]
name = Peter J. Holzer
2018-02-06 23:29:39 +01:00
email = hjp@hjp.at
2017-02-13 20:25:22 +01:00
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short --date-order
2017-02-13 20:25:22 +01:00
type = cat-file -t
dump = cat-file -p
[push]
# 1.7.1: nothing, matching, tracking, current
# 2.11.0: nothing, matching, upstream, current, simple
# nothing is inconvenient, matching is dangerous.
# current is only compatible remaining option.
default = current
[color "diff"]
# Display commit ids blue on white.
# Default is yellow on normal which is unreadable with a light
# background
commit = blue white