mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 09:26:01 +02:00
merged config from imp
This commit is contained in:
parent
634acad407
commit
e5fb10ab5a
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
[user]
|
[user]
|
||||||
name = Paweł Płazieński
|
name = Paweł Płazieński
|
||||||
email = nivertius@gmail.com
|
email = nivertius@gmail.com
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
[core]
|
||||||
|
excludesfile = ~/.gitignore_global
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
|
@ -10,6 +14,7 @@
|
||||||
di = diff
|
di = diff
|
||||||
co = checkout
|
co = checkout
|
||||||
dit = difftool --dir-diff
|
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]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
[diff]
|
[diff]
|
||||||
|
|
Loading…
Add table
Reference in a new issue