mirror of
https://github.com/gryf/vmstrap.git
synced 2025-12-30 10:22:28 +01:00
26 lines
785 B
INI
26 lines
785 B
INI
[diff]
|
|
tool = default-difftool
|
|
|
|
[difftool "default-difftool"]
|
|
cmd = vim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)' $LOCAL $REMOTE
|
|
|
|
[difftool]
|
|
prompt = false
|
|
|
|
[user]
|
|
email = gryf73@gmail.com
|
|
name = Roman Dobosz
|
|
[color]
|
|
ui = auto
|
|
|
|
[alias]
|
|
ci = commit
|
|
st = status
|
|
co = checkout
|
|
l = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
|
g = log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short
|
|
aliases = !git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /' | sort
|
|
|
|
[push]
|
|
default = simple
|