2017-02-13 20:25:22 +01:00
|
|
|
[alias]
|
|
|
|
co = checkout
|
|
|
|
ci = commit
|
|
|
|
st = status
|
|
|
|
br = branch
|
2022-04-23 01:17:48 +02:00
|
|
|
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --no-color --date=short --date-order
|
2017-02-13 20:25:22 +01:00
|
|
|
type = cat-file -t
|
|
|
|
dump = cat-file -p
|
|
|
|
[push]
|
2018-01-09 14:43:19 +01:00
|
|
|
# 1.7.1: nothing, matching, tracking, current
|
|
|
|
# 2.11.0: nothing, matching, upstream, current, simple
|
2018-01-09 14:48:24 +01:00
|
|
|
# nothing is inconvenient, matching is dangerous.
|
2018-01-09 14:43:19 +01:00
|
|
|
# current is only compatible remaining option.
|
|
|
|
default = current
|
2023-03-04 10:22:35 +01:00
|
|
|
[color "diff"]
|
|
|
|
# Display commit ids blue on white.
|
|
|
|
# Default is yellow on normal which is unreadable with a light
|
|
|
|
# background
|
|
|
|
commit = blue white
|
|
|
|
[pull]
|
|
|
|
rebase = false
|