mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 04:45:07 +02:00
21 lines
520 B
INI
21 lines
520 B
INI
[user]
|
|
name = Paweł Płazieński
|
|
email = nivertius@gmail.com
|
|
[color]
|
|
ui = auto
|
|
[core]
|
|
excludesFile = ~/.gitignore_global
|
|
[push]
|
|
default = simple
|
|
[alias]
|
|
st = status
|
|
ap = add --patch
|
|
dx = diff --cached
|
|
di = diff
|
|
co = checkout
|
|
dit = difftool --dir-diff
|
|
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
|
[core]
|
|
editor = vim
|
|
[diff]
|
|
tool = meld
|