mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 02:56:10 +02:00
Merge branch 'master' of tinoc:nivertius/git-rc
This commit is contained in:
commit
58f83fc328
2 changed files with 15 additions and 0 deletions
12
.gitconfig
12
.gitconfig
|
@ -1,6 +1,17 @@
|
||||||
[user]
|
[user]
|
||||||
name = Paweł Płazieński
|
name = Paweł Płazieński
|
||||||
email = nivertius@gmail.com
|
email = nivertius@gmail.com
|
||||||
|
[color]
|
||||||
|
branch = auto
|
||||||
|
ui = auto
|
||||||
|
diff = auto
|
||||||
|
grep = auto
|
||||||
|
interactive = auto
|
||||||
|
showBranch = auto
|
||||||
|
status = auto
|
||||||
|
[core]
|
||||||
|
excludesFile = ~/.gitignore_global
|
||||||
|
whitespace = trailing-space space-before-tab
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
|
@ -10,6 +21,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]
|
||||||
|
|
3
.gitignore_global
Normal file
3
.gitignore_global
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*~
|
||||||
|
*.pyc
|
||||||
|
|
Loading…
Add table
Reference in a new issue