mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-01 21:14:35 +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]
|
||||
name = Paweł Płazieński
|
||||
email = nivertius@gmail.com
|
||||
[color]
|
||||
ui = auto
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
[push]
|
||||
default = simple
|
||||
[alias]
|
||||
|
@ -10,6 +14,7 @@
|
|||
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]
|
||||
|
|
Loading…
Add table
Reference in a new issue